humfmt 0.2.0

Ergonomic human-readable formatting toolkit for Rust
Documentation
1
2
3
4
5
6
#[derive(Copy, Clone, Debug)]
pub enum NumericValue {
    Int(i128),
    UInt(u128),
    Float(f64),
}