#tui #bintodec-tui #bintodec

app bintodec-tui

A simple 10-bit binary to decimal converter tui app

1 unstable release

Uses new Rust 2024

new 0.1.0 May 4, 2025

#284 in #tui

MIT license

1MB
179 lines

BINTODEC-TUI

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.

showcase video

Dependencies

  • Rust
  • Crossterm
  • Ratatui

Install

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!

Usage

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.

Dependencies

~7–16MB
~228K SLoC