{"id":59955,"library":"litemap","title":"Litemap","description":"A key-value Map implementation based on a flat, sorted Vec for small datasets.","status":"active","version":"0.8.2","language":"rust","source_language":null,"source_url":"https://github.com/unicode-org/icu4x","tags":["map","data-structure","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nlitemap = \"0.8.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add litemap","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"LiteMap","correct":"use litemap::LiteMap;"}],"quickstart":{"code":"use litemap::LiteMap;\n\nfn main() {\n    let mut map = LiteMap::new_vec();\n    map.insert(\"key\", 42);\n    println!(\"Value: {:?}\", map.get(\"key\"));\n}","lang":"rust","description":"Creates a new LiteMap and performs a basic insert and lookup."},"warnings":[],"env_vars":null,"search_vec":"'base':8 'data':19 'data-structur':18 'dataset':16 'flat':11 'implement':7 'key':4 'key-valu':3 'litemap':1 'map':6,17 'no-std':21 'small':15 'sort':12 'std':23 'structur':20 'valu':5 'vec':13","created_at":"2026-06-16T17:22:33.866818+00:00","updated_at":"2026-06-16T17:22:33.866818+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/unicode-org/icu4x","github":"https://github.com/unicode-org/icu4x","docs":"https://docs.rs/litemap/","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}}