Module unsigned_varint::io

source ·
Expand description

Decode using std::io::Read types.

Enums

Functions

  • Try to read and decode a u8 from the given Read type.
  • Try to read and decode a u16 from the given Read type.
  • Try to read and decode a u32 from the given Read type.
  • Try to read and decode a u64 from the given Read type.
  • Try to read and decode a u128 from the given Read type.
  • Try to read and decode a usize from the given Read type.