quantlet 0.1.1

QuantLET is an open source, event-driven framework for rapid development and deployment of real-time analytical models intended to be executing in large scale.
Documentation
# QuantLET

[![Crates.io](https://img.shields.io/crates/v/quantlet)](https://crates.io/crates/quantlet)
[![Documentation](https://docs.rs/quantlet/badge.svg)](https://docs.rs/quantlet)
[![License](https://img.shields.io/crates/l/quantlet)](LICENSE)

**QuantLET** is an open source, event-driven framework for rapid development and deployment of real-time analytical models intended to be executing in large scale.


## Installation

<!-- # x-release-please-start-version -->
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet = "0.1.1" 
```
<!-- # 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](LICENSE).