A simple interactive terminal-based application to manipulate and visualize a 16-bit integer.
- Set a bit to 1 (high)
- Set a bit to 0 (low)
- Toggle a bit
- Read a bit
- Displays the value in binary, hexadecimal, and decimal.
cargo run --releaseThis project is licensed under the Apache License 2.0.