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 aStream
. - 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 aBufStream
which is always ready to yield the next value. - Converts a
Stream
ofBuf
types into aBufStream
.