{"id":59812,"library":"intmap","title":"IntMap","description":"A specialized HashMap for integer keys with optimized performance.","status":"active","version":"3.1.3","language":"rust","source_language":null,"source_url":"https://github.com/JesperAxelsson/rust-intmap","tags":["map","integer","performance","hashmap"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nintmap = \"3.1.3\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add intmap","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"IntMap","correct":"use intmap::IntMap;"}],"quickstart":{"code":"use intmap::IntMap;\nfn main() {\n    let mut map = IntMap::new();\n    map.insert(1, \"value\");\n    println!(\"{:?}\", map.get(1));\n}","lang":"rust","description":"Creates an IntMap, inserts a key-value pair, and retrieves the value."},"warnings":[],"env_vars":null,"search_vec":"'hashmap':4,14 'integ':6,12 'intmap':1 'key':7 'map':11 'optim':9 'perform':10,13 'special':3","created_at":"2026-06-16T17:17:40.645539+00:00","updated_at":"2026-06-16T17:17:40.645539+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/JesperAxelsson/rust-intmap","github":"https://github.com/JesperAxelsson/rust-intmap","docs":"https://docs.rs/intmap/","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}}