radix 0.3.5

Convert any {u8, u16, u32, u64, u128, usize} to another radix
Documentation

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