{"id":70165,"library":"holochain-locksmith","title":"Holochain Locksmith","description":"Helpers for mutex deadlock diagnosis.","status":"active","version":"0.0.52-alpha2","language":"rust","source_language":null,"source_url":"https://github.com/holochain/holochain-rust","tags":["mutex","deadlock","diagnosis","holochain"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nholochain_locksmith = \"0.0.52-alpha2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add holochain_locksmith","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Mutex","correct":"use holochain_locksmith::Mutex;"}],"quickstart":{"code":"use holochain_locksmith::Mutex;\n\nfn main() {\n    let mutex = Mutex::new(42);\n    let data = mutex.lock().unwrap();\n    println!(\"Data: {}\", *data);\n}","lang":"rust","description":"Creates a mutex with deadlock diagnosis helpers."},"warnings":[],"env_vars":null,"search_vec":"'deadlock':6,9 'diagnosi':7,10 'helper':3 'holochain':1,11 'locksmith':2 'mutex':5,8","created_at":"2026-06-17T18:10:38.527537+00:00","updated_at":"2026-06-17T18:10:38.527537+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/holochain/holochain-rust","github":"https://github.com/holochain/holochain-rust","docs":"https://docs.rs/holochain_locksmith/","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}}