{"id":71777,"library":"re-string-interner","title":"Re String Interner","description":"Yet another string interning library for efficient string storage and comparison.","status":"active","version":"0.32.0","language":"rust","source_language":null,"source_url":"https://github.com/rerun-io/rerun","tags":["string","interning","performance","memory"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nre_string_interner = \"0.32.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add re_string_interner","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"StringInterner","correct":"use re_string_interner::StringInterner;"}],"quickstart":{"code":"use re_string_interner::StringInterner;\n\nlet mut interner = StringInterner::new();\nlet id = interner.get_or_intern(\"hello\");\nassert_eq!(interner.resolve(id), Some(\"hello\"));","lang":"rust","description":"Create an interner, intern a string, and resolve it back."},"warnings":[],"env_vars":null,"search_vec":"'anoth':5 'comparison':14 'effici':10 'intern':3,7,16 'librari':8 'memori':18 'perform':17 're':1 'storag':12 'string':2,6,11,15 'yet':4","created_at":"2026-06-17T18:31:18.866561+00:00","updated_at":"2026-06-17T18:31:18.866561+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://rerun.io","github":"https://github.com/rerun-io/rerun","docs":"https://docs.rs/re_string_interner/","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-17","next_check":"2026-12-14","install_tag":null}}