quantlet-reactives 0.1.0

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
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 38.61 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 973.91 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jfaleiro

QuantLET

Crates.io Documentation 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

Add to your Cargo.toml:

[dependencies]
quantlet = "0.0.0" # x-release-please-version

Development

  1. Clone the repository:
git clone git@github.com:jfaleiro/quantlet-rs.git
cd quantlet-rs
  1. Install git hooks:
make setup

Main development tasks are executed during git commit and git push. Commit messages are validated during commit-msg phase of git hook.

License

This project is licensed under the terms specified in LICENSE.