//! Mixed numerical/categorical streaming anomaly detection with mStream.
//!
//! Use [`MStream`] to ingest records online, [`MStreamScore`] when you need
//! per-feature score decomposition, and the detector's JSON helpers when
//! persisting or restoring state.
pub
pub use MStreamConfig;
pub use ;