Crate shash
Source - SHash
- The SHash hasher. Implements both BuildHasher and Hasher.
- 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.