bintodec-tui

Crates.iobintodec-tui
lib.rsbintodec-tui
version0.1.0
created_at2025-05-04 07:11:46.616383+00
updated_at2025-05-04 07:11:46.616383+00
descriptionA simple 10-bit binary to decimal converter tui app.
homepage
repositoryhttps://github.com/lordpaijo/bintodec-tui
max_upload_size
id1659411
size3,177,460
iyan איאן (lordpaijo)

documentation

https://docs.rs/bintodec-tui

README

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.

Commit count: 10

cargo fmt