mqtt-proto 0.3.0

MQTT v3.1/v3.1.1/v5.0 protocol sync/async codec.
Documentation
1
2
3
4
5
6
7
8
9
10

# https://rust-fuzz.github.io/book/cargo-fuzz/coverage.html
gen-fuzz-cov:
	cargo fuzz coverage mqtt_v5_arbitrary
	~/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/bin/llvm-cov \
		show \
		fuzz/target/aarch64-apple-darwin/release/mqtt_v5_arbitrary \
		--format=html \
		-instr-profile=fuzz/coverage/mqtt_v5_arbitrary/coverage.profdata \
		> fuzz/coverage/index.html