Notes available at: https://jieyouxu.github.io/Rust-Notes/.
The book is generated via rust-lang/mdBook.
- Build book to static HTML:
mdbook build
. - Build on changes:
mdbook watch
. - Build on changes + serve locally:
mdbook serve
.- Useful for local development to preview the HTML rendered output.
- Clean generated files:
mdbook clean
.