readable 0.16.0

Human readable strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Number formatting

mod int;
pub use int::*;

mod float;
pub use float::*;

mod percent;
pub use percent::*;

mod unsigned;
pub use unsigned::*;

mod constants;
pub use constants::*;