{"id":58860,"library":"ordermap","title":"Ordermap","description":"A hash table with consistent order and fast iteration, similar to IndexMap.","status":"active","version":"1.2.0","language":"rust","source_language":null,"source_url":"https://github.com/indexmap-rs/ordermap","tags":["hashmap","ordered","insertion-order","collection","data-structure"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nordermap = \"1.2.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add ordermap","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"OrderMap","correct":"use ordermap::OrderMap;"}],"quickstart":{"code":"use ordermap::OrderMap;\n\nlet mut map = OrderMap::new();\nmap.insert(\"a\", 1);\nmap.insert(\"b\", 2);\nfor (key, value) in &map {\n    println!(\"{}: {}\", key, value);\n}","lang":"rust","description":"Create an OrderMap, insert key-value pairs, and iterate in insertion order."},"warnings":[],"env_vars":null,"search_vec":"'collect':19 'consist':6 'data':21 'data-structur':20 'fast':9 'hash':3 'hashmap':14 'indexmap':13 'insert':17 'insertion-ord':16 'iter':10 'order':7,15,18 'ordermap':1 'similar':11 'structur':22 'tabl':4","created_at":"2026-06-16T16:41:05.275613+00:00","updated_at":"2026-06-16T16:41:05.275613+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/indexmap-rs/ordermap","github":"https://github.com/indexmap-rs/ordermap","docs":"https://docs.rs/ordermap/","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}}