salsa 0.26.1

A generic framework for on-demand, incrementalized computation (experimental)
Documentation
1
2
3
4
5
6
# Query operations

The most important basic operations that all queries support are:

* [maybe changed after]./maybe_changed_after.md: Returns true if the value of the query (for the given key) may have changed since the given revision.
* [Fetch]./fetch.md: Returns the up-to-date value for the given K (or an error in the case of an "unrecovered" cycle).