{"id":58893,"library":"murmur3","title":"murmur3","description":"A pure Rust implementation of the Murmur3 non-cryptographic hash function.","status":"active","version":"0.5.2","language":"rust","source_language":null,"source_url":"https://github.com/stusmall/murmur3","tags":["hash","murmur","non-cryptographic"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nmurmur3 = \"0.5.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add murmur3","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"murmur3_32","correct":"use murmur3::murmur3_32;"}],"quickstart":{"code":"use murmur3::murmur3_32;\nuse std::io::Cursor;\n\nfn main() {\n    let mut cursor = Cursor::new(b\"hello\");\n    let hash = murmur3_32(&mut cursor, 0).unwrap();\n    println!(\"Hash: {}\", hash);\n}","lang":"rust","description":"Computes a Murmur3 32-bit hash from a byte stream with a given seed."},"warnings":[{"fix":"Always handle the Result, e.g., with .unwrap() or proper error propagation.","message":"The function returns a Result; forgetting to unwrap may cause compilation errors.","severity":"gotcha","affected_versions":">=0.5.0"}],"env_vars":null,"search_vec":"'cryptograph':11,18 'function':13 'hash':12,14 'implement':5 'murmur':15 'murmur3':1,8 'non':10,17 'non-cryptograph':9,16 'pure':3 'rust':4","created_at":"2026-06-16T16:42:37.169022+00:00","updated_at":"2026-06-16T16:42:37.169022+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/stusmall/murmur3","github":"https://github.com/stusmall/murmur3","docs":"https://docs.rs/murmur3/","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}}