Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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