Function sysmonk::resources::disks::parse_size

source ·
fn parse_size(size_str: &str) -> String
Expand description

Function to parse size string.

§Arguments

  • size_str - The size string to parse

§Returns

A String containing the parsed size string.