The Rust Programming Language, 3rd Edition, teaches you to write code that the compiler can verify, teams can maintain, and systems can evolve safely over time. Written by longtime Rust community members, this book shows you how to work effectively with Rustās type system, concurrency model, and tooling, using patterns and idioms chosen for long-term stability.
Learn how to: Design programs that communicate their invariants to the compilerUse ownership, lifetimes, and traits to model real-world constraintsWrite concurrent and multithreaded code with confidence and clarityBuild, test, document, and refactor projects using Cargo effectivelyHandle errors explicitly and idiomaticallyApply expressive pattern matching to simplify complex logic Three substantial project chaptersāfocusing on a number-guessing game, a command-line tool, and a multithreaded serverādemonstrate how these concepts work together in complete, real programs.
Whether youāre new to Rust or already using it in production, this book helps you write code that scales safely and makes its guarantees explicit.
New to this edition: Complete async programming chapterMiri for analyzing unsafe codeBuilt on the Rust 2024 EditionModern Rust idioms, tooling, and practices
The Rust Programming Language, 3rd Edition - Steve Klabnik, Carol Nichols & Chris Krycho
The Rust Programming Language, 3rd Edition, teaches you to write code that the compiler can verify, teams can maintain, and systems can evolve safely over time. Written by longtime Rust community members, this book shows you how to work effectively with Rustās type system, concurrency model, and tooling, using patterns and idioms chosen for long-term stability.
Learn how to: Design programs that communicate their invariants to the compilerUse ownership, lifetimes, and traits to model real-world constraintsWrite concurrent and multithreaded code with confidence and clarityBuild, test, document, and refactor projects using Cargo effectivelyHandle errors explicitly and idiomaticallyApply expressive pattern matching to simplify complex logic Three substantial project chaptersāfocusing on a number-guessing game, a command-line tool, and a multithreaded serverādemonstrate how these concepts work together in complete, real programs.
Whether youāre new to Rust or already using it in production, this book helps you write code that scales safely and makes its guarantees explicit.
New to this edition: Complete async programming chapterMiri for analyzing unsafe codeBuilt on the Rust 2024 EditionModern Rust idioms, tooling, and practices
More by Steve Klabnik, Carol Nichols & Chris Krycho