kf-protocol 3.0.0

Native Rust implementation of kafka protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
test-all:	test-crates test-transport

test-crates:
	cargo test
	cargo test -p kf-protocol-api
	cargo test -p kf-protocol-core
	cargo test -p kf-protocol-derive
	cargo test -p kf-protocol-fs


test-transport:
	cd kf-protocol-transport; cargo test