{"id":66015,"library":"internment","title":"Internment","description":"Easy interning of data","status":"active","version":"0.8.6","language":"rust","source_language":null,"source_url":"https://github.com/droundy/internment","tags":["interning","string","memory","optimization"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ninternment = \"0.8.6\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add internment","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Intern","correct":"use internment::Intern;"}],"quickstart":{"code":"use internment::Intern;\n\nfn main() {\n    let a = Intern::new(\"hello\");\n    let b = Intern::new(\"hello\");\n    assert_eq!(a, b);\n}","lang":"rust","description":"Intern a string for efficient comparison"},"warnings":[],"env_vars":null,"search_vec":"'data':5 'easi':2 'intern':1,3,6 'memori':8 'optim':9 'string':7","created_at":"2026-06-17T17:18:02.045193+00:00","updated_at":"2026-06-17T17:18:02.045193+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/droundy/internment","github":"https://github.com/droundy/internment","docs":"https://docs.rs/internment/","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}}