A small utility to convert unsigned integer values between decimal, hex and binary
Installation requires cargo. Install cargo along with all of the other Rust tools from here.
git clone https://github.com/mtseng15/radix.git
cd ./radix
cargo build --release