Module unsigned_varint::io
source · Expand description
Decode using std::io::Read types.
Enums
- Possible read errors.
Functions
- Try to read and decode a
u8from the givenReadtype. - Try to read and decode a
u16from the givenReadtype. - Try to read and decode a
u32from the givenReadtype. - Try to read and decode a
u64from the givenReadtype. - Try to read and decode a
u128from the givenReadtype. - Try to read and decode a
usizefrom the givenReadtype.