quantlet-reactives 0.1.2

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.
Documentation
# quantlet-reactives

[![Crates.io](https://img.shields.io/crates/v/quantlet-reactives)](https://crates.io/crates/quantlet-reactives)
[![Documentation](https://docs.rs/quantlet-reactives/badge.svg)](https://docs.rs/quantlet-reactives)
[![License](https://img.shields.io/crates/l/quantlet-reactives)](https://docs.rs/crate/quantlet-reactives/latest/source/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.**


## Installation

<!-- # x-release-please-start-version -->
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet-reactives = "0.1.2" 
```

Or use cargo:
```bash
cargo add quantlet-reactives
```
<!-- # x-release-please-end -->

## Development

1. Clone the repository:
```bash
git clone git@github.com:jfaleiro/quantlet-rs.git
cd quantlet-rs
```

2. Install `git` hooks:
```bash
make setup
```

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/). 




## License

This project is licensed under the terms specified in [LICENSE](https://docs.rs/crate/quantlet-reactives/latest/source/LICENSE).