A simple number base converter (binary, octal, hexa) made in Rust
Already compiled versions will be on Releases, but you can compile the code by yourself with rustc.
Just use this command to compile the code:
rustc \src\main.rs- Note: in Powershell, you will need to add a dot before the path (idk why)
For testing, you will just use
main <number>where <number> is the number you want to convert.
2024 Lucas Gabriel (lucmsilva) - BSD 3