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
[](https://crates.io/crates/quantlet)
[](https://docs.rs/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.
Add to your `Cargo.toml`:
```toml
[dependencies]
quantlet = "0.0.0" # x-release-please-version
```
1.
2.
Main development tasks are executed during `git commit` and `git push`. Commit messages are validated during `commit-msg` phase of git hook.
This project is licensed under the terms specified in [LICENSE](LICENSE).