Module netio::buf_redux_reexport []

Modules

strategy

Types which can be used to tune the behavior of BufReader.

Structs

BufReader

The pièce de résistance: a drop-in replacement for std::io::BufReader with more functionality.

Buffer

A deque-like datastructure for managing bytes.

Unbuffer

A Read adapter for a consumed BufReader which will empty bytes from the buffer before reading from inner directly. Frees the buffer when it has been emptied.

Traits

TrustRead

A trait which Buffer can use to determine whether or not it is safe to elide zeroing of its buffer.

Functions

copy_buf

Copy data between a BufRead and a Write without an intermediate buffer.

Type Definitions

DefaultMoveStrategy
DefaultReadStrategy