apple-quant-algorithmic 0.3.0

Apple Quant's algorithmic library.
1
2
3
4
5
6
7
#![allow(unused)]

#[cfg(feature = "backend-databento")]
pub mod databento;

#[cfg(feature = "backend-simulated")]
pub mod simulated;