Skip to content

Contributing

See the root CONTRIBUTING.md.

Quick loop:

cargo fmt --all
cargo clippy --workspace --all-targets --locked -- -D warnings
cargo test --workspace --locked
./scripts/version_check.sh
.venv/bin/mkdocs build --strict