A pure Rust implementation of the Murmur3 non-cryptographic hash function.
# Cargo.toml
[dependencies]
murmur3 = "0.5.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Computes a Murmur3 32-bit hash from a byte stream with a given seed.
Always handle the Result, e.g., with .unwrap() or proper error propagation.
No dependency data recorded yet.