1pub mod equal_width; 2 3pub mod quantile; 4 5pub mod strategy; 6 7pub use equal_width::*; 8pub use quantile::*; 9pub use strategy::*;