Skip to main content

sim_cli/
lib.rs

1//! Library surface backing the `sim` binary.
2//!
3//! These modules are an internal, semver-exempt API consumed by in-workspace
4//! tools (e.g. `backtest-driver`); the published artifact is the binary.
5
6#[doc(hidden)]
7pub mod engine;
8#[doc(hidden)]
9pub mod signals;