Module shim

Source
Available on crate feature parsing only.
Expand description

Extension traits for things either not implemented or not yet stable in the MSRV.

Macrosยง

impl_parse_bytes ๐Ÿ”’
Parse the given types from bytes.
impl_parse_bytes_nonzero ๐Ÿ”’
Parse the given types from bytes.

Traitsยง

Integer ๐Ÿ”’
Marker trait for all integer types, including NonZero*
IntegerParseBytes ๐Ÿ”’
Equivalent of foo.parse() for slices.