adapton 0.2.1

Library for Incremental Computation (implicit dependency graphs & memoization)
Documentation
#!/bin/sh
# 10*1024*1024 = 10 MB
export RUST_MIN_STACK=10485760
cargo build --verbose
cargo test --verbose -- --nocapture
cargo bench --verbose