fn size_converter(byte_size: f64) -> String
Function to convert byte size to human-readable format.
byte_size
A String containing the human-readable format of the byte size
String