1pub(crate) mod fill; 2pub(crate) mod hashhistogram; 3pub(crate) mod vechistogram; 4 5#[allow(clippy::module_inception)] 6pub(crate) mod histogram;