Official Books

  • 🦀 Cargo Book - A book on Rust’s package manager and build system

  • 🦀 Rustdoc Book - Learn how to make awesome documentation for your crate

  • 🦀 Rustc Book - Familiarize yourself with the knobs available in the Rust compiler

  • 🦀 Command Line Book - Learn how to build effective command line applications in Rust

  • 🦀 Webassembly Book - Use Rust to build browser-native libraries through WebAssembly

  • 🦀 Embedded Book - Become proficient with Rust for embedded systems

  • 🦀 The Rustonomicon Book - What you need to understand when writing Unsafe Rust

  • 🦀 The Reference Book - Not a formal spec, but more detailed than the book