Macro humanize_bytes_binary

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

Format a number of bytes as a human-readable string, using the IEC binary suffixes.

1024 (B, KiB, MiB, GiB, TiB, PiB, EiB, ZiB, YiB, RiB, QiB)