{"id":72611,"library":"rclite","title":"RcLite","description":"Small, fast, and memory-friendly reference counting compatible with Arc and Rc APIs.","status":"active","version":"0.4.1","language":"rust","source_language":null,"source_url":"https://github.com/fereidani/rclite","tags":["reference-counting","memory","performance","no-std"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nrclite = \"0.4.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add rclite","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Rc","correct":"use rclite::Rc;"}],"quickstart":{"code":"use rclite::Rc;\n\nfn main() {\n    let value = Rc::new(42);\n    println!(\"Reference count: {}\", Rc::strong_count(&value));\n}","lang":"rust","description":"Creates a reference-counted integer using RcLite."},"warnings":[],"env_vars":null,"search_vec":"'api':15 'arc':12 'compat':10 'count':9,18 'fast':3 'friend':7 'memori':6,19 'memory-friend':5 'no-std':21 'perform':20 'rc':14 'rclite':1 'refer':8,17 'reference-count':16 'small':2 'std':23","created_at":"2026-06-17T18:41:06.419757+00:00","updated_at":"2026-06-17T18:41:06.419757+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/fereidani/rclite","github":"https://github.com/fereidani/rclite","docs":"https://docs.rs/rclite/","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}}