unsigned_varint

Module aio

Source
Expand description

Decode using futures_io::AsyncRead types.

Functionsยง

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