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.
56#[doc(hidden)]
7pub mod engine;
8#[doc(hidden)]
9pub mod signals;