num_base
Crate for manipulating with numbers (integers) in different bases.
Quick start
use Based;
let num = new.to;
assert_eq!
Optional features
ops
- Implementation for Add, Sub, Mul, Div and Rem.cli
- Install with:cargo install num_base --features cli
.