Logical Number Conversion using Rust
Fed up with stupid calculations in logic system design told a friend, found solution thanks to my best friend RUST
Welcome to the Base Converter project! This Rust application allows you to convert numbers from any logical base to another. Whether you’re working with binary, hexadecimal, or any other base, this tool has got you covered.
Features
- Convert numbers between any two bases (2-36)
- User-friendly command-line interface
- Error handling for invalid inputs
- Efficient and fast conversion algorithms
Working
Cargo.toml dependecies
[dependencies]
rust_decimal = "1.36"
rust_decimal_macros = "1.36"
Code available at Github
Hope you all this and please share your opinion and modifications...
Thank you