chapaty 1.1.3

An event-driven Rust engine for building and evaluating quantitative trading agents. Features a Gym-style API for algorithmic backtesting and reinforcement learning.
1
2
3
4
5
mod codec;
pub mod fetcher;
pub mod loader;
pub mod schema;
pub mod source;