Adapton in Rust

A general-purpose Incremental Computation (IC) library for Rust.

Based on:

Development Activities

Testing:

Future work

Data Structures and Algorithms

Technical Debt

Pending issues:

Rust Q&A

src/adapton_impl.rs:653:51: 653:111 error: cannot convert to a trait object because trait `adapton_impl::Producer` is not object-safe [E0038] ... src/adapton_impl.rs:653:51: 653:111 note: method `eq` references the `Self` type in its arguments or return type

I sidestepped this problem in adapton_state.rs twice: by writing Producer::copy and the ShapeShifter trait. Both avoid returning a Self.