blob: 6e52dd21310c9015ee211bf3268daf80820397ee [file] [log] [blame]
//! The Rust hash map, implemented with quadratic probing and SIMD lookup.
mod extend;
mod from_stream;
#[doc(inline)]
pub use std::collections::HashMap;