zookeeper-async 5.0.0

An async ZooKeeper client
Documentation
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env just --justfile

compile-zk:
  cd zk-test-cluster && mvn clean package

test: compile-zk
  cargo test

lint:
  cargo clippy