1pub(crate) mod heap_entry; 2#[allow(clippy::module_inception)] mod kmerge; 3pub use kmerge::KMerge; 4 5#[cfg(test)] mod kmerge_tests;