Registry / utility / fastmurmur3

fastmurmur3

JSON →
library0.2.0rscratesunverified

A fast non-cryptographic hash function implementation of MurmurHash3 with benchmarks.

# Cargo.toml [dependencies] fastmurmur3 = "0.2.0"
INSTALL
IMPORT
SIG · FASTMURMUR3
F
fastmurmur3
utilityrustv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

murmur3_32
use fastmurmur3::murmur3_32;

Compute a MurmurHash3 32-bit hash

use fastmurmur3::murmur3_32; fn main() { let hash = murmur3_32(b"hello", 0); println!("Hash: {}", hash); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
fastmurmur3 — cargo add fastmurmur3 · libregistry