dlprotoc 0.4.6+33.0

Downloads protoc Protocol Buffers compiler for Cargo builds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
all:
	cargo test --all-targets
	cargo fmt
	# disallow warnings so they fail CI
	cargo clippy --all-targets -- -D warnings
	# fail for rustdoc warnings
	RUSTDOCFLAGS="-D warnings" cargo doc --no-deps
	cargo verify-project
	cargo audit

	# Run the "integration" test for CI: slow but makes sure it works
	cargo test --all-targets -- --ignored