set windows-shell := ["powershell"]
set shell := ["bash", "-cu"]
build:
cargo build
cargo build --examples
format:
cargo +nightly fmt
taplo format
format-check:
cargo +nightly fmt -- --check
taplo format --check --diff
lint:
cargo clippy --fix --allow-dirty --allow-staged -- -D warnings
lint-check:
cargo clippy -- -D warnings
test:
cargo test
docs:
cargo +nightly doc --no-deps