Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Rust Programming Language

mascot

What is Rust?

  • Developed by Mozilla
  • Released version 1.0 in 2015
  • Rust releases a new version every six weeks.
  • Stable Edition:Rust 2015 Edition、Rust 2018 Edition、Rust 2021 Edition、Rust 2024 Edition
  • Curerent Version: 1.94.1 (2026-03-25)

Why Rust?

  • Performance: no runtime or garbage collector
  • Reliability:type system and ownership model guarantee memory-safety and thread-safety
  • Productivity:great documentation, a friendly compiler with useful error messages, and top-notch tooling

Build it in Rust

  • Command Line
  • WebAssembly
  • Networking
  • Embedded

Official Materials

Chinese Materials