Module unsigned_varint::aio

source ·
Expand description

Decode using futures_io::AsyncRead types.

Functions

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