fluvio-jolt 0.2.0

Fluvio JSON to JSON transformation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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

fuzz-parser:
	cargo +nightly fuzz run fuzz_target_1