Skip to main content

Module hash

Module hash 

Source
Expand description

Hashing helpers.

Structs§

FastHasher
Faster non-cryptographic hasher for small integer keys.

Traits§

FastCollectionBuilder
Helper trait providing new and with_capacity functions for FastMap and FastSet.

Type Aliases§

BuildFastHasher
BuildHasherDefault using FastHasher.
FastMap
HashMap using FastHasher.
FastSet
HashSet using FastHasher.