Macro humanize_bytes_decimal

Source
macro_rules! humanize_bytes_decimal {
    ($value:expr) => { ... };
}
Expand description

Format a number of bytes as a human-readable string, using the SI decimal suffixes.

1000 (B, kB, MB, GB, TB, PB, EB, ZB, YB)