//! Gap detection and fill infrastructure for real-time streaming (Issue #257).
//!
//! Provides event-driven gap detection with channel-based notification,
//! enabling Python consumers (sidecar, FlowSurface) to react to trade-ID
//! discontinuities in sub-3s.
pub use ;
pub use TradeIdGapDetector;
pub use GapEvent;