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
12
13
// Consolidated edge-case tests

mod clamp_behavior;
mod large_values;
mod nan_inf;
mod parse_errors;
mod rounding;

pub use clamp_behavior::*;
pub use large_values::*;
pub use nan_inf::*;
pub use parse_errors::*;
pub use rounding::*;