pub fn format_rate(bytes_per_sec: u64) -> StringExpand description
Format a byte-per-second rate as a human-readable string.
Note: rates use the KB/s / MB/s suffix (without the i) to match
libtorrent progress output. Sub-KB/s values are reported in raw B/s.