Expand description

Types and utilities for working with BufStream.

Modules

Error types

Structs

A buf stream that sequences two buf streams together.

Consumes a buf stream, collecting the data into a single byte container.

Converts a BufStream into a Stream.

Limits the stream to a maximum amount of data.

Traits

An extension trait for BufStream’s that provides a variety of convenient adapters.

Conversion from a BufStream.

Functions

Converts an Iterator into a BufStream which is always ready to yield the next value.

Converts a Stream of Buf types into a BufStream.