| Crates.io | bintodec-tui |
| lib.rs | bintodec-tui |
| version | 0.1.0 |
| created_at | 2025-05-04 07:11:46.616383+00 |
| updated_at | 2025-05-04 07:11:46.616383+00 |
| description | A simple 10-bit binary to decimal converter tui app. |
| homepage | |
| repository | https://github.com/lordpaijo/bintodec-tui |
| max_upload_size | |
| id | 1659411 |
| size | 3,177,460 |
A simple 10-bit binary to decimal converter tui app. Built using Rust with the libraries Ratatui and Crossterm, and yes, was a forked version of the counting app from the ratatui book.
Make sure you have Rust installed on your system. You can install Rust by following the instructions on the official Rust website.
After that, you can now install the binary by running the following command:
cargo install bintodec-tui
And you're good to go!
If you've successfully installed the binary, you can run it by typing the following command:
bintodec-tui
If you encounter any issues or have any questions, feel free to open an issue here.