stream_delimit 0.3.2

length delimited protobuf stream separator
Documentation
1
2
3
4
5
6
7
8
CARGO_FLAGS=$(CARGO_FLAGS)

lint:
	rustup default stable && cargo fmt -- --write-mode=diff $(CARGO_FLAGS);\
	rustup default nightly && cargo clippy $(CARGO_FLAGS);\
	rustup default stable ;\

.PHONY: all build-debug build-release docs package