Skip to main content

Crate shash

Crate shash 

Source

Structs§

SHash
The SHash hasher. Implements both BuildHasher and Hasher.

Type Aliases§

SHashMap
convenient type alias for SHash hashmaps. Note that you should use SHashMap::default() to easily instantiate an empty hashmap.
SHashSet
convenient type alias for SHash hashsets. Note that you should use SHashSet::default() to easily instantiate an empty hashset.