//! Performance regression detection for TrustformeRS debug.
//!
//! # Modules
//!
//! - [`detector`] — Baseline-comparison regression detector operating on full
//! [`PerfMeasurement`] profiling records.
//! - [`statistical`] — Streaming statistical detectors: z-score / relative-change
//! detector ([`StatRegressionDetector`]) and CUSUM change-point algorithm
//! ([`CusumDetector`]).
pub use ;
pub use ;