quantlet-reactives
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.
Installation
Add to your Cargo.toml:
[]
= "0.1.2"
Or use cargo:
Development
- Clone the repository:
- Install
githooks:
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.
License
This project is licensed under the terms specified in LICENSE.