Experiments with incremental functions and state machines in Rust.

# delta

Delta is an experimental library for Rust meant to facilitate
 high-performace declarative UI development (or any other kind
 of "reactive" system where "outputs" need to be efficently
 updated in response to "inputs" changing).