Registry / utility / fxhash

fxhash

JSON →
library0.2.1rscratesunverified

A fast, non-secure hashing algorithm derived from an internal hasher used in Firefox and Rustc.

# Cargo.toml [dependencies] fxhash = "0.2.1"
INSTALL
IMPORT
SIG · FXHASH
F
fxhash
utilityrustv0.2.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.

FxHasher
use fxhash::FxHasher;

Hashing a string with FxHasher.

use std::hash::{Hash, Hasher}; use fxhash::FxHasher; let mut hasher = FxHasher::default(); "hello".hash(&mut hasher); println!("Hash: {}", hasher.finish());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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