Crate shash

source ·

Structs

The SHash hasher. Implements both BuildHasher and Hasher.

Type Definitions

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