Crate capped_stream

Source
Expand description

This crate provides types for size capped streams.

Structs§

BytesWeigher
An ItemWeigher that weighs byte chunks to their length.
CappedStream
A struct for max size capped data streams.
OutOfSizeLimitError
Out of size limit.
UnitWeigher
An ItemWeigher that weighs all items to unit.

Traits§

ItemWeigher
A trait for item weighers.