Skip to main contentCrate container_literals
Source - map
- Macro for creating
HashMaps. - set
- Macro for creating
HashSets.
- HashMap
- A hash map implemented with quadratic probing and SIMD lookup.
- HashSet
- A hash set implemented as a
HashMap where the value is ().