//! Histogram binning and accumulation for streaming tree construction.
//!
//! Core implementation lives in `irithyll-core` and is re-exported here.
pub use *;
// Re-export sub-modules for path compatibility
pub use bins;
pub use categorical;
pub use quantile;
pub use uniform;
pub use simd;
pub use kmeans;