{"id":58464,"library":"objc-id","title":"ObjC ID","description":"Rust smart pointers for Objective-C reference counting.","status":"active","version":"0.1.1","language":"rust","source_language":null,"source_url":"https://github.com/SSheldon/rust-objc-id","tags":["objective-c","ffi","smart-pointer","reference-counting"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nobjc_id = \"0.1.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add objc_id","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Id","correct":"use objc_id::Id;"}],"quickstart":{"code":"use objc_id::Id;\n\nfn main() {\n    let _id: Id<()> = unsafe { Id::from_retained_ptr(std::ptr::null_mut()) };\n}","lang":"rust","description":"Create an Id smart pointer from a retained Objective-C pointer."},"warnings":[{"fix":"Ensure proper retain/release semantics and use only with valid Objective-C objects.","message":"Requires unsafe code for pointer management; misuse can cause memory unsafety.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'c':9,14 'count':11,21 'ffi':15 'id':2 'objc':1 'object':8,13 'objective-c':7,12 'pointer':5,18 'refer':10,20 'reference-count':19 'rust':3 'smart':4,17 'smart-point':16","created_at":"2026-06-16T16:24:47.327111+00:00","updated_at":"2026-06-16T16:24:47.327111+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/SSheldon/rust-objc-id","github":"https://github.com/SSheldon/rust-objc-id","docs":"https://docs.rs/objc_id/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["crypto","other"],"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}}