Module unsigned_varint::io
source · Expand description
Decode using std::io::Read
types.
Enums§
- Possible read errors.
Functions§
- Try to read and decode a
u8
from the givenRead
type. - Try to read and decode a
u16
from the givenRead
type. - Try to read and decode a
u32
from the givenRead
type. - Try to read and decode a
u64
from the givenRead
type. - Try to read and decode a
u128
from the givenRead
type. - Try to read and decode a
usize
from the givenRead
type.