Constant humannum::NUMERIC_SUFFIXES [] [src]

pub const NUMERIC_SUFFIXES: &'static [(&'static str, u64)] = &[("k", 1000), ("M", 1000000), ("G", 1000000000), ("ki", 1024),
  ("Mi", 1048576), ("Gi", 1024 * 1024 * 1024)]

Numeric suffixes supported by the library