Skip to main contentCrate rayon_hash
Source pub use self::hash_map::HashMap;pub use self::hash_set::HashSet;
- hash_map
- A hash map implemented with linear probing and Robin Hood bucket stealing.
- hash_set
- A hash set implemented as a
HashMap where the value is ().