Module unsigned_varint::decode
source · Expand description
Basic unsigned-varint decoding.
Enums
- Possible decoding errors.
Functions
- Is this the last byte of an unsigned varint?
- Decode the given slice as
u8. - Decode the given slice as
u16. - Decode the given slice as
u32. - Decode the given slice as
u64. - Decode the given slice as
u128. - Decode the given slice as
usize.