rust/compiler/rustc_data_structures/src/sso/mod.rs

6 lines
69 B
Rust

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