# quantlet-streams
[](https://crates.io/crates/quantlet-streams)
[](https://docs.rs/quantlet-streams)
[](LICENSE)
**QuantLET** elements of stream processing (filtering, grouping, selection, functional operations) on canonical and data frames format.
## Installation
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet-streams = "0.1.1"
```
## 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](LICENSE).