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