Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 1.61 KB

File metadata and controls

11 lines (10 loc) · 1.61 KB

Top Books on Rust

  • The Rust Programming Language, 2nd Ed. - Steve Klabnik & Carol Nichols - 2023 - The best first-principles introduction to Rust; free online.
  • Programming Rust, 2nd Ed. - Jim Blandy, Jason Orendorff, Leonora Tindall - 2021 - Practical, detailed Rust for real systems work.
  • Rust for Rustaceans - Jon Gjengset - 2021 - Idiomatic Rust for developers ready to go beyond the basics.
  • Zero to Production in Rust - Luca Palmieri - 2022 - Build a production-ready backend API from scratch; the best "real project" Rust book.
  • Rust in Action - Tim McNamara - 2021 - Systems programming with Rust: build a database, kernel, and CPU emulator; hands-on and code-driven.
  • Idiomatic Rust - Brenden Matthews - 2024 - Design patterns and idiomatic Rust for stable, maintainable applications.
  • Rust Atomics and Locks - Mara Bos - 2023 - Low-level concurrency: atomics, memory ordering, and lock-free programming; free online.
  • Programming WebAssembly with Rust - Kevin Hoffman - 2019 - WebAssembly and Rust for the browser and beyond.
  • The Rust Cookbook - Rust community - 2024 - Recipes for common tasks; free online.