TimelyDataflow / differential-dataflow

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

Correct defects in getting started #484

Closed frankmcsherry closed 2 months ago

frankmcsherry commented 2 months ago

Issue #483 observed that the quickstart guide results in horrible failure on a modern rustc. This is because it pins an old version of the libraries, which the modern rustc observes are presently defective. The updated libraries don't have the same complaints, although we have moved even further away from the unsafe code they complain about and should further update things once we have a version we'd like to cut.

Other defects observed in the docs, mostly around supplied a size argument and calling the right code.

fixes #483