Crate murmur3[−][src]
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. |