pub fn format_rate(bps: Option<f64>) -> String
Format a transfer rate in decimal units, e.g. 118.4 MB/s.
118.4 MB/s
Returns UNKNOWN for None and for values that are negative or not finite.
UNKNOWN
None