Expand description
Provides the parse_pretty_buffer_size function, used to parse human-readable byte counts.
Enums§
- Pretty
Buffer Size Parse Error - An error from parsing an invalid string with
parse_pretty_buffer_size.
Functions§
- parse_
pretty_ buffer_ size - Parses a human-readable byte count that is not zero and not greater than
u32::MAX.