Expand description
This crate provides types for size capped streams.
Structs§
- Bytes
Weigher - An
ItemWeigher
that weighs byte chunks to their length. - Capped
Stream - A struct for max size capped data streams.
- OutOf
Size Limit Error - Out of size limit.
- Unit
Weigher - An
ItemWeigher
that weighs all items to unit.
Traits§
- Item
Weigher - A trait for item weighers.