Murmur3Hasher
A Rust implementation of MurmurHash3 with platform-specific SIMD optimizations (NEON, AVX2, SSE2). This crate provides a Hasher compatible struct that can be used with Rust's hashing APIs.
use Murmur3Hasher;
use Hasher;
This project is licensed under either of
at your option.