{"id":58698,"library":"hash32","title":"Hash32","description":"32-bit hashing algorithms","status":"active","version":"1.0.0","language":"rust","source_language":null,"source_url":"https://github.com/rust-embedded-community/hash32","tags":["hash","32-bit","embedded"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nhash32 = \"1.0.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add hash32","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Hash32","correct":"use hash32::Hash32;"}],"quickstart":{"code":"use hash32::Hash32;\n\nfn main() {\n    let hash = Hash32::hash(&42u32);\n    println!(\"{:x}\", hash);\n}","lang":"rust","description":"Compute a 32-bit hash of a value"},"warnings":[],"env_vars":null,"search_vec":"'32':2,7 'algorithm':5 'bit':3,8 'embed':9 'hash':4,6 'hash32':1","created_at":"2026-06-16T16:35:05.736512+00:00","updated_at":"2026-06-16T16:35:05.736512+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/rust-embedded-community/hash32","github":"https://github.com/rust-embedded-community/hash32","docs":"https://docs.rs/hash32/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto"],"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}}