Skip to main content

aios_cli/
lib.rs

1//! aios-cli — internal tooling (replay / evaluate / golden-trace).
2//!
3//! The library entry exposes pipeline modules so integration tests can drive
4//! them without spawning the binary.
5
6pub mod replay;