Registry / utility / metrohash

metrohash

JSON →
library1.0.7rscratesunverified

Rust implementation of MetroHash, a high quality, high performance hash algorithm.

# Cargo.toml [dependencies] metrohash = "1.0.7"
INSTALL
IMPORT
SIG · METROHASH
M
metrohash
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.

MetroHash64
✓ use metrohash::MetroHash64;

Hashes a string using MetroHash64.

use metrohash::MetroHash64; use std::hash::{Hash, Hasher}; fn main() { let mut hasher = MetroHash64::new(); "hello".hash(&mut hasher); println!("Hash: {}", hasher.finish()); }
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
6 hits · last 30 days
node
6
Resources
metrohash — cargo add metrohash · libregistry