1//! Common algorithms constructed from differential dataflow operators. 2 3pub mod identifiers; 4pub mod prefix_sum; 5pub mod graphs;