sim-cli 0.7.0

CLI tool for running and comparing Solana simulator backtests
Documentation
1
2
3
4
5
6
7
8
9
//! Library surface backing the `sim` binary.
//!
//! These modules are an internal, semver-exempt API consumed by in-workspace
//! tools (e.g. `backtest-driver`); the published artifact is the binary.

#[doc(hidden)]
pub mod engine;
#[doc(hidden)]
pub mod signals;