Expand description
Module for hashing utilities.
Named hash_utils to prevent clashing with the core::hash module.
Type Aliases§
- Fast
Hash Map - HashMap using a fast, non-cryptographic hash algorithm.
- Fast
Hash Set - HashSet using a fast, non-cryptographic hash algorithm.
- Fast
Index Map - IndexMap using a fast, non-cryptographic hash algorithm.