{"id":71706,"library":"zookeeper-client","title":"ZooKeeper Client","description":"An async ZooKeeper client for Rust.","status":"active","version":"0.11.1","language":"rust","source_language":null,"source_url":"https://github.com/kezhuw/zookeeper-client-rust","tags":["zookeeper","async","client","distributed-systems"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nzookeeper-client = \"0.11.1\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add zookeeper-client","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"ZooKeeper","correct":"use zookeeper_client::ZooKeeper;"}],"quickstart":{"code":"use zookeeper_client::ZooKeeper;\n\n#[tokio::main]\nasync fn main() -> Result<(), Box<dyn std::error::Error>> {\n    let zk = ZooKeeper::connect(\"127.0.0.1:2181\").await?;\n    Ok(())\n}","lang":"rust","description":"Connects to a ZooKeeper server asynchronously."},"warnings":[{"fix":"Add tokio as a dependency and use #[tokio::main] or similar.","message":"Requires an async runtime like Tokio.","severity":"gotcha","affected_versions":">=0.11.0"}],"env_vars":null,"search_vec":"'async':4,10 'client':2,6,11 'distribut':13 'distributed-system':12 'rust':8 'system':14 'zookeep':1,5,9","created_at":"2026-06-17T18:30:36.408720+00:00","updated_at":"2026-06-17T18:30:36.408720+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/kezhuw/zookeeper-client-rust/","github":"https://github.com/kezhuw/zookeeper-client-rust","docs":"https://docs.rs/zookeeper-client/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"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}}