Docs.rs
differential-dataflow-0.13.0
differential-dataflow 0.13.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
frankmcsherry
Dependencies
fnv ^1.0.2
normal
serde ^1.0
normal
timely ^0.13
normal
bincode ^1.3.1
dev
byteorder ^1
dev
graph_map ^0.1
dev
indexmap ^2.1
dev
itertools ^0.13
dev
rand ^0.4
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
differential_
dataflow
0.13.0
Module containers
Module Items
Structs
Traits
In differential_
dataflow::
trace::
implementations
differential_dataflow
::
trace
::
implementations
Module
containers
Copy item path
Source
Expand description
Containers for data that resemble
Vec<T>
, with leaner implementations.
Structs
§
Slice
Container
A container that accepts slices
[B::Item]
.
Traits
§
Batch
Container
A general-purpose container resembling
Vec<T>
.