human_format 1.2.1

Rust Port of human-format from node, formatting numbers for us, while the machines are still at bay.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod binary;
mod forced;
mod micro;
mod si;
mod time;

pub use binary::*;
pub use forced::*;
pub use micro::*;
pub use si::*;
pub use time::*;