Module unsigned_varint::decode [−][src]
Basic unsigned-varint decoding.
Enums
Error | Possible decoding errors. |
Functions
is_last | Is this the last byte of an unsigned varint? |
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 | Decode the given slice as |