1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[](https://crates.io/crates/quantlet-reactives)
[](https://docs.rs/quantlet-reactives)
[](LICENSE)
**A declarative paradigm that allows the definition of what has to be done through reactive relationships, letting the computational representation automatically take care of when to do it, and which results are produced, similar to cells in an electronic spreadsheet representing values and a formula.**
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet-reactives = "0.1.1"
```
1.
2.
Main development tasks are executed during `git commit` and `git push`.
Commit messages are validated during `commit-msg` phase of git hook and must be compatible with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
This project is licensed under the terms specified in [LICENSE](LICENSE).