{"id":72252,"library":"cowstr","title":"CowStr","description":"Copy-on-Write shared string implementation for efficient memory usage.","status":"active","version":"1.3.0","language":"rust","source_language":null,"source_url":"https://git.pipapo.org/cehteh/cowstr.git","tags":["string","copy-on-write","shared","memory"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ncowstr = \"1.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add cowstr","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"CowStr","correct":"use cowstr::CowStr;"}],"quickstart":{"code":"use cowstr::CowStr;\n\nfn main() {\n    let s = CowStr::from(\"hello\");\n    println!(\"{}\", s);\n}","lang":"rust","description":"Creates a CowStr from a string literal and prints it."},"warnings":[],"env_vars":null,"search_vec":"'copi':3,15 'copy-on-writ':2,14 'cowstr':1 'effici':10 'implement':8 'memori':11,19 'share':6,18 'string':7,13 'usag':12 'write':5,17","created_at":"2026-06-17T18:36:52.649660+00:00","updated_at":"2026-06-17T18:36:52.649660+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://git.pipapo.org/cehteh/cowstr.git","github":null,"docs":"https://docs.rs/cowstr/","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}}