Registry / utility / murmurhash3

murmurhash3

JSON →
library0.0.5rscratesunverified

MurmurHash3 implementation.

# Cargo.toml [dependencies] murmurhash3 = "0.0.5"
INSTALL
IMPORT
SIG · MURMURHASH3
M
murmurhash3
utilityrustv0.0.5
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.

murmurhash3_x86_32
use murmurhash3::murmurhash3_x86_32;

Compute a MurmurHash3 32-bit hash of a string.

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

No known issues recorded.

Upgrade
Version history
0.0.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
murmurhash3 — cargo add murmurhash3 · libregistry