Module container

Source
Expand description

Re-export of the timely_container crate.

Modules§

buffer
Functionality related to calculating default buffer sizes

Structs§

CapacityContainerBuilder
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.
ContainerBuilder
A type that can build containers from items.
DrainContainer
A container that can drain itself.
IterContainer
A container that allows iteration morally equivalent to IntoIterator.
LengthPreservingContainerBuilder
A wrapper trait indicating that the container building will preserve the number of records.
PushInto
A container that can absorb items of a specific type.
SizableContainer
A container that can be sized and reveals its capacity.