Module hash_utils

Source
Expand description

Module for hashing utilities.

Named hash_utils to prevent clashing with the core::hash module.

Type Aliases§

FastHashMap
HashMap using a fast, non-cryptographic hash algorithm.
FastHashSet
HashSet using a fast, non-cryptographic hash algorithm.
FastIndexMap
IndexMap using a fast, non-cryptographic hash algorithm.