[][src]Function lsm::size_human_2_size_bytes

pub fn size_human_2_size_bytes(s: &str) -> u64

Convert human readable size string into integer size in bytes.

Following rules of IEC binary prefixes on size. Supported size string formats:

Return 0 if error.