sandbox-quant 1.0.7

Exchange-truth trading core for Binance Spot and Futures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod render;
pub mod scene;
pub mod style;

pub mod adapters;
pub mod inspect;

#[cfg(feature = "gui")]
pub mod egui;

#[cfg(feature = "gui")]
pub mod plotters;