[][src]Module tokio_util::io

This is supported on crate feature io only.

Helpers for IO related tasks.

These types are often used in combination with hyper or reqwest, as they allow converting between a hyper Body and AsyncRead.

Structs

ReaderStream

Convert an AsyncRead into a Stream of byte chunks.

StreamReader

Convert a Stream of byte chunks into an AsyncRead.

Functions

read_buf

Read data from an AsyncRead into an implementer of the Buf trait.