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* - Integer
Parse ๐Bytes - Equivalent of
foo.parse()for slices.