Zookeeper client written 100% in Rust - Work in Progress
Documentation is available at rust-ci.org
Put this in your Cargo.toml:
ini
[dependencies.zookeeper]
git = "https://github.com/bonifaido/rust-zookeeper.git"
And this in your crate root:
rust
extern crate zookeeper;
Check the examples directory
shell
cd zk-test-cluster
mvn clean package
cd ..
cargo clean
cargo test