TimelyDataflow / differential-dataflow

An implementation of differential dataflow using timely dataflow on Rust.
MIT License
2.51k stars 182 forks source link

Cleanup, fix rhh example #492

Closed antiguru closed 1 month ago

antiguru commented 1 month ago

As the title says, cleanup and fix the RHH example. Removes the SliceContainer2 type, which really just existed as an example on how to implement various requirements for a custom type. Good to have, but wrong place.