unsigned_varint

Module io

Source
Expand description

Decode using std::io::Read types.

Enums§

ReadError
Possible read errors.

Functions§

read_u8
Try to read and decode a u8 from the given Read type.
read_u16
Try to read and decode a u16 from the given Read type.
read_u32
Try to read and decode a u32 from the given Read type.
read_u64
Try to read and decode a u64 from the given Read type.
read_u128
Try to read and decode a u128 from the given Read type.
read_usize
Try to read and decode a usize from the given Read type.