jieyouxu / Rust-Notes

Notes on the Rust programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Notes on the Rust programming language.


Languages

Language:Rust 100.0%