Skip to content

lucmsilva651/rust-base-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Converter (made in Rust)

A simple number base converter (binary, octal, hexa) made in Rust

Compiling and testing

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.

License

2024 Lucas Gabriel (lucmsilva) - BSD 3