1 2 3 4 5 6 7 8 9 10 11 12
Radix ---- A rust crate to convert numbers between radices. NOTE ==== You'll need the nightly Rust compiler to use this crate. This crate uses the following nightly features: * conservative_impl_trait * i128_type