Expand description
Re-exports§
Modules§
- hash_
map - Provides
HashMapbased on hashbrown’s implementation. Unlikehashbrown::HashMap,HashMapdefaults toFixedHasherinstead ofRandomState. This provides determinism by default with an acceptable compromise to denial of service resistance in the context of a game engine. - hash_
set - Provides
HashSetbased on hashbrown’s implementation. Unlikehashbrown::HashSet,HashSetdefaults toFixedHasherinstead ofRandomState. This provides determinism by default with an acceptable compromise to denial of service resistance in the context of a game engine. - hash_
table - Provides
HashTable
Structs§
- Hash
Table - Low-level hash table with explicit hashing.
Traits§
- Equivalent
- Key equivalence trait.