pub fn format_bytes(size: u64) -> String
Format byte count as a human-readable size string eg: 1_000_000u64 -> “1 MB” this func isolates a library + configuration choice