Module decode
unsigned_
varint
0.8.0
Module decode
Module Items
Enums
Functions
In crate unsigned_
varint
unsigned_varint
Module
decode
Copy item path
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
.