The home of the Rant 4 reference documentation.
Disclaimer: This document is a work-in-progress and is not normative.
Building the reference requires mdbook
, which is installed via Cargo with:
cargo install mdbook
Then build the book with:
mdbook build
The built book will be created in a book
directory in the project root.