1//! Auto-generated module structure 2 3pub mod knnitem_traits; 4pub mod types; 5 6// Re-export all types 7pub use knnitem_traits::*; 8pub use types::*; 9 10#[cfg(test)] 11#[path = "../generic_algorithms_tests.rs"] 12mod tests;