json-rules-engine-fork 0.9.7

json rules engine fork
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
install-requirements:
	@rustup component add clippy-preview || true
	@cargo install cargo-outdated || true
	@cargo install cargo-all-features || true
	@cargo install cargo-udeps || true

check:
	@cargo check-all-features
	@cargo +nightly fmt
	@cargo clippy
	@cargo +nightly udeps --all-targets
	@cargo outdated -wR
	@cargo update --dry-run

test:
	@echo -e '\e[1;31mTest in all different combination of features...\e[0m'
	@cargo test-all-features -- --report-time -Z unstable-options