Function sysmonk::resources::disks::size_converter

source ·
fn size_converter(byte_size: f64) -> String
Expand description

Function to convert byte size to human-readable format.

§Arguments

  • byte_size - The size in bytes to convert

§Returns

A String containing the human-readable format of the byte size