zookeeper 0.1.0

A minimal ZooKeeper client, work in progress
docs.rs failed to build zookeeper-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: zookeeper-0.8.0

rust-zookeeper

Build Status

Zookeeper client written 100% in Rust - Work in Progress

Documentation

Documentation is available at rust-ci.org

Usage

Put this in your Cargo.toml:

[dependencies.zookeeper]
git = "https://github.com/bonifaido/rust-zookeeper.git"

And this in your crate root:

extern crate zookeeper;

Examples

Check the examples directory

Build and develop

cd zk-test-cluster
mvn clean package
cd ..
cargo clean
cargo test