Module buffered

Source
Expand description

Utilities for performing tokio-style buffered IO

Structs§

BufReader
An async-buffered reader compatible with the tokio IO traits
BufWriter
An async buffered writer compatible with the tokio IO traits

Constants§

DEFAULT_BUFFER_SIZE
The default buffer size used by BufReader