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