Expand description
Types and utilities for working with BufStream
.
Modules§
- error
- Error types
Structs§
- Chain
- A buf stream that sequences two buf streams together.
- Collect
- Consumes a buf stream, collecting the data into a single byte container.
- Into
Stream - Converts a
BufStream
into aStream
. - Limit
- Limits the stream to a maximum amount of data.
Traits§
- BufStream
Ext - An extension trait for
BufStream
’s that provides a variety of convenient adapters. - From
BufStream - Conversion from a
BufStream
.