Expand description

A pure rust implementation of the fast, non-cryptographic hash murmur3

Functions

Use the 32 bit variant of murmur3 to hash some Read implementation.
Use the x64 variant of the 128 bit murmur3 to hash some Read implementation.
Use the x86 variant of the 128 bit murmur3 to hash some Read implementation.