Expand description
Re-export of the timely_container
crate.
Modules§
- buffer
- Functionality related to calculating default buffer sizes
Structs§
- Capacity
Container Builder - A default container builder that uses length and preferred capacity to chunk data.
Traits§
- Accountable
- An type containing a number of records accounted for by progress tracking.
- Container
Builder - A type that can build containers from items.
- Drain
Container - A container that can drain itself.
- Iter
Container - A container that allows iteration morally equivalent to
IntoIterator
. - Length
Preserving Container Builder - A wrapper trait indicating that the container building will preserve the number of records.
- Push
Into - A container that can absorb items of a specific type.
- Sizable
Container - A container that can be sized and reveals its capacity.