{"id":59480,"library":"metrohash","title":"metrohash","description":"Rust implementation of MetroHash, a high quality, high performance hash algorithm.","status":"active","version":"1.0.7","language":"rust","source_language":null,"source_url":"https://github.com/arthurprs/metrohash-rs","tags":["hash","algorithm","performance","metrohash"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nmetrohash = \"1.0.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add metrohash","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"MetroHash64","correct":"use metrohash::MetroHash64;"}],"quickstart":{"code":"use metrohash::MetroHash64;\nuse std::hash::{Hash, Hasher};\n\nfn main() {\n    let mut hasher = MetroHash64::new();\n    \"hello\".hash(&mut hasher);\n    println!(\"Hash: {}\", hasher.finish());\n}","lang":"rust","description":"Hashes a string using MetroHash64."},"warnings":[],"env_vars":null,"search_vec":"'algorithm':12,14 'hash':11,13 'high':7,9 'implement':3 'metrohash':1,5,16 'perform':10,15 'qualiti':8 'rust':2","created_at":"2026-06-16T17:05:02.283289+00:00","updated_at":"2026-06-16T17:05:02.283289+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/arthurprs/metrohash-rs","github":"https://github.com/arthurprs/metrohash-rs","docs":"https://docs.rs/metrohash/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}