A reliable and production-ready implementation of the Murmur3 hash function in Rust
The file src/murmur3.rs contains an high-fidelity implementation of the smasher's Murmur3 reference implementation.
Testing
The implementation is automatically tested against the reference implementation using C bindings in Rust