//! The five drift detectors. Each is a lightweight struct configured once and
//! invoked many times — the cost is in the sample data, not the detector.
pub use ConfidenceDriftDetector;
pub use DataDriftDetector;
pub use EmbeddingDriftDetector;
pub use QueryDriftDetector;
pub use ResponseDriftDetector;