fluvio-jolt 0.1.0

Fluvio JSON to JSON transformation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
test:
	cargo test


check-fmt:
	rustup component add rustfmt
	cargo fmt -- --check

check-clippy:
	rustup component add clippy
	cargo clippy --all-features --tests -- -D warnings