zookeeper 0.8.0

A minimal ZooKeeper client
Documentation
1
2
3
4
//! Extended ZooKeeper recipes from [Apache Curator](http://curator.apache.org/).
pub mod cache;
pub mod leader;
pub mod queue;