build:
cargo +stable build
cd jsondata-derive; cargo +stable build
cargo +nightly build
cd jsondata-derive; cargo +nightly build
cargo +stable test --no-run
cd jsondata-derive; cargo +stable test --no-run
cargo +nightly test --no-run
cd jsondata-derive; cargo +nightly test --no-run
cargo +nightly bench --no-run
cd jsondata-derive; cargo +nightly bench --no-run
cargo +stable doc
cd jsondata-derive; cargo +stable bench --no-run
cargo +nightly doc
cd jsondata-derive; cargo +nightly bench --no-run
cargo +nightly clippy --all-targets --all-features
cd jsondata-derive; cargo +nightly clippy --all-targets --all-features
test:
cargo +stable test
cd jsondata-derive; cargo +stable test
cargo +stable run --example macro
cargo +stable run --example mixed_integer
cargo +nightly test
cd jsondata-derive; cargo +nightly test
cargo +nightly run --example macro
cargo +nightly run --example mixed_integer
bench:
cargo +nightly bench
cd jsondata-derive; cargo +nightly bench
flamegraph:
echo "not an executable"
prepare: build test bench
check.sh check.out
perf.sh perf.out
clean:
cargo clean
rm -f check.out perf.out flamegraph.svg perf.data perf.data.old