pub fn run_json(request_json: &str) -> Result<String>Expand description
Run a backtest from a single JSON RunRequest, returning the report JSON.
This is the uniform entry point every language binding wraps.
pub fn run_json(request_json: &str) -> Result<String>Run a backtest from a single JSON RunRequest, returning the report JSON.
This is the uniform entry point every language binding wraps.