1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2018年2月23日 |
---|
#5 in #four
11KB
166 行代码(不含注释)
zk-4lw
ZooKeeper 四字母词客户端库
示例
use zk_4lw::{Client, Mntr};
// Create a client for ZooKeeper
let client = Client::new("localhost:2181");
// Run the "mntr" command
let res: ::zk_4lw::mntr::Response = client.exec::<Mntr>().unwrap();
运行测试
静态测试可以使用简单的 cargo test
运行。此外,可以使用 cargo test --features with-client
对 ZooKeeper 实例运行命令。
lib.rs
:
ZooKeeper "For Letter Word" 命令
提供用于监控 ZooKeeper 的高级别 TCP 客户端
依赖
~64KB