convertx

Function bytes_to_mb

source
pub(crate) fn bytes_to_mb(num_bytes: u64) -> f64
Expand description

Convert bytes to megabytes.

ยงExample

assert_eq!(bytes_to_mb(1048576), 1.0);