Updating this book
This book is built using mdBook, which in
turn requires a recent version of rust
and cargo
installed.
# Install correct versions of tooling
nimble mdbook
# Run a local mdbook server
mdbook serve docs
A CI job automatically published the book to GitHub Pages.