Expand description
§
compute-it
compute-it is a crate that provides a lazy evaluation of variables, with dependencies.
Development occurs in the dev/1 branch.
Structs§
- Result of a computation
- A variable. When the value is changed, it will update the computation.
- A computation with a dynamic set of variables
Traits§
- Trait for building value in the computation graph