Install
Install Rust using the toolchain pinned in rust-toolchain.toml.
Run the local validation suite:
make ci
Install local hooks:
make install
Useful commands:
make fmt-check
make check
make test
make docs-check
make docs-build
make scripts-check