1 2 3 4 5 6
pub mod backtest; pub mod evaluation; pub mod models; pub mod utils; pub type BoxErr = Box<dyn std::error::Error>;