Skip to main content

apple_quant_algorithmic/
backends.rs

1#![allow(unused)]
2
3#[cfg(feature = "backend-databento")]
4pub mod databento;
5
6#[cfg(feature = "backend-simulated")]
7pub mod simulated;