Crate highhash[−][src]
Expand description
High speed hashing algorithms. Algorithms translated into Rust from C++ source found here: https://github.com/rurban/smhasher
Modules
City string-hashing algorithm by Geoff Pike and Jyrki Alakuijala
MurmurHash3 algorithm by Austin Appleby.
Structs
Hasher for MurmurHash3 32-bit implementation of the 32-bit hashing algorithm.