summaryrefslogtreecommitdiffstats
path: root/library/std/src/collections/hash/mod.rs
blob: 348820af54bffabcb2e7c8e32a84dd5b8124a7c5 (plain)
1
2
3
4
//! Unordered containers, implemented as hash-tables

pub mod map;
pub mod set;