zookeeper-client 0.6.1

ZooKeeper async client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
check: check_fmt lint

verify: check build test

fmt:
	cargo +nightly fmt --all

check_fmt:
	cargo +nightly fmt --all -- --check

lint:
	cargo clippy --no-deps -- -D clippy::all

build:
	cargo build

test:
	cargo test