blob: 5d93a8886c84def9204bebe0852ab52b08f323c4 [file] [log] [blame]
//! The Rust hash set, implemented as a `HashMap` where the value is `()`.
mod extend;
mod from_stream;
#[doc(inline)]
pub use std::collections::HashSet;