Registry / utility / sfhash

sfhash

JSON →
library0.1.1rscratesunverified

The Hsieh Hash or SuperFastHash function.

# Cargo.toml [dependencies] sfhash = "0.1.1"
INSTALL
IMPORT
SIG · SFHASH
S
sfhash
utilityrustv0.1.1
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.

hash
use sfhash::hash;

Compute the SuperFastHash of a byte slice.

use sfhash::hash; let data = b"hello world"; let h = hash(data); println!("Hash: {}", h);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
sfhash — cargo add sfhash · libregistry