6 lines
69 B
Rust

mod map;
mod set;
pub use map::SsoHashMap;
pub use set::SsoHashSet;