Registry / utility / fnv
library1.0.7rscratesunverified

Fowler–Noll–Vo hash function implementation for Rust.

# Cargo.toml [dependencies] fnv = "1.0.7"
INSTALL
IMPORT
SIG · FNV
F
fnv
utilityrustv1.0.7
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.

FnvHashMap
use fnv::FnvHashMap;

Creates a HashMap using the FNV hasher.

use fnv::FnvHashMap; fn main() { let mut map = FnvHashMap::default(); map.insert("key", 42); println!("{:?}", map.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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