pub const BYTES_PER_MIB: u64 = _; // 1_048_576u64
Bytes in one mebibyte. The size floor is configured in MiB because that is the unit format_bytes prints, so a user who sets 10 sees the same number they typed.
format_bytes
10