Expand description
A pure rust implementation of the fast, non-cryptographic hash murmur3
Functionsยง
- murmur3_32 
- Use the 32 bit variant of murmur3 to hash some Read implementation.
- murmur3_x64_ 128 
- Use the x64 variant of the 128 bit murmur3 to hash some Read implementation.
- murmur3_x86_ 128 
- Use the x86 variant of the 128 bit murmur3 to hash some Read implementation.