/Rust-Notes

Notes on the Rust programming language.

Primary LanguageRust

Rust Notes

Notes available at: https://jieyouxu.github.io/Rust-Notes/.

Tooling

The book is generated via rust-lang/mdBook.

Useful Commands

  • 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.