Skip to main content

apple_quant_algorithmic/
backends.rs

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