sim-cli 0.7.0

CLI tool for running and comparing Solana simulator backtests
Documentation
1
2
3
4
5
6
7
8
//! One module per `sim` subcommand: the clap arg struct and its entry point.

pub mod compare;
pub mod ranges;
pub mod run;
pub mod summarize;
pub mod update;
pub mod usage;