chapaty 1.3.1

An event-driven Rust engine for building and evaluating quantitative trading agents. Features a Gym-style API for algorithmic backtesting and reinforcement learning.
Documentation
pub mod chapaty {
    pub mod bq_exporter {
        pub mod v1 {
            #![allow(
                clippy::all,
                clippy::pedantic,
                clippy::nursery,
                clippy::restriction,
                reason = "generated protobuf code"
            )]
            include!("proto_gen/chapaty.bq_exporter.v1.rs");
        }
    }
    pub mod data {
        pub mod v1 {
            #![allow(
                clippy::all,
                clippy::pedantic,
                clippy::nursery,
                clippy::restriction,
                reason = "generated protobuf code"
            )]
            include!("proto_gen/chapaty.data.v1.rs");
        }
    }
}