Module buffer_size

Module buffer_size 

Source
Expand description

Provides the parse_pretty_buffer_size function, used to parse human-readable byte counts.

Enums§

PrettyBufferSizeParseError
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.