//! Interarrival-time extraction, validation, and descriptive statistics.
//!
//! This module connects raw exchange data (orderbooks, trades) loaded
//! via `atelier-data` to the point-process estimation routines in
//! [`crate::hawkes`] and [`crate::poisson`].
pub use ;
pub use ;
pub use ;