//! A time-varying multiset of records.
//!
//! The core datastructure representing a dataset in differential dataflow is `collection::Trace`.
//! It represents a multiset that can be indexed by partially ordered times, and is stored in a
//! compressed incremental representation.
pub use Lookup;
pub use LeastUpperBound;
pub use close_under_lub;
pub use ;
pub use ;