pub fn parse(text: &str) -> Result<u64, String>
Parses a byte-size string.
If the unit is unknown or the total overflows a u64.
u64