Registry / utility / xxhash-rust

xxhash-rust

JSON →
library0.8.15rscratesunverified

Implementation of xxhash, a fast non-cryptographic hash algorithm.

# Cargo.toml [dependencies] xxhash-rust = "0.8.15"
INSTALL
IMPORT
SIG · XXHASH-RUST
X
xxhash-rust
utilityrustv0.8.15
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.

Xxh3
use xxhash_rust::xxh3::Xxh3;

Hashes a byte slice using xxh3.

use xxhash_rust::xxh3::Xxh3; let mut hasher = Xxh3::new(); hasher.update(b"hello"); let hash = hasher.digest();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.15latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
Bingbot
20
node
12
Resources
xxhash-rust — cargo add xxhash-rust · libregistry