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.
- Parse the given types from bytes.
Traitsยง
- Integer ๐Marker trait for all integer types, including
NonZero*
- IntegerParseBytes ๐Equivalent of
foo.parse()
for slices.