chapaty 1.1.0

High-performance backtesting and financial simulation framework for trading strategies and reinforcement learning agents. Async-first, Gym-like API in Rust.
1
2
3
4
5
mod codec;
pub mod fetcher;
pub mod loader;
pub mod schema;
pub mod source;