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§

Container
A container transferring data through dataflow edges
ContainerBuilder
A type that can build containers from items.
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.