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)
macro_rules! humanize_bytes_binary {
($value:expr) => { ... };
}
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)