Crate capped_stream
source ·Expand description
This crate provides types for size capped streams.
Structs
- An
ItemWeigher
that weighs byte chunks to their length. - A struct for max size capped data streams.
- Out of size limit.
- An
ItemWeigher
that weighs all items to unit.
Traits
- A trait for item weighers.