☰
Module decode
Enums
Functions
?
Module
unsigned_varint
::
decode
source
·
[
−
]
Expand description
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
u8
.
u16
Decode the given slice as
u16
.
u32
Decode the given slice as
u32
.
u64
Decode the given slice as
u64
.
u128
Decode the given slice as
u128
.
usize
Decode the given slice as
usize
.