Crate async_buf_read

Crate async_buf_read 

Source

Structs§

AsyncBufReader
The AsyncBufReader struct adds buffering to any reader.

Traits§

AsyncBufPassthrough
A trait to set passthrough on nested buffered readers.
AsyncBufRead
Reads bytes asynchronously and buffers them.
AsyncBufReadExt
An extension trait which adds utility methods to AsyncBufRead types.