The Rust Programming Language (2nd Edition) product image

The Rust Programming Language (2nd Edition)

Nerd Approved:
(5/5)
Review by Joshua Morris on
View on AmazonAs an Amazon Associate, I earn from qualifying purchases at no additional cost to you.

Review

The Rust Programming Language is the book that finally made ownership click for me. I'd tried learning Rust from blog posts and documentation, but the borrow checker kept defeating me. This book walks you through ownership, borrowing, and lifetimes with examples that build on each other, and by chapter 4 I was writing code that actually compiled. The second edition updates the examples for modern Rust and adds chapters on async/await and error handling that weren't in the first edition. The chapter on concurrency is particularly strong—it explains why Rust's approach to thread safety is different from other languages, and the examples of common pitfalls are spot-on. The book assumes you know how to program, but not necessarily in systems languages, which makes it accessible. My only critique is that some of the later chapters on advanced topics can feel rushed, but the core concepts are covered thoroughly. I've recommended it to three developers who wanted to learn Rust, and all of them said it was the resource that made the language click.

✓ Pros

  • Clear explanation of ownership, borrowing, and lifetimes with building examples
  • Second edition adds modern Rust features like async/await
  • Strong chapter on concurrency and thread safety
  • Accessible to programmers new to systems languages

✗ Cons

  • Later chapters on advanced topics can feel rushed
  • Assumes programming knowledge—not for complete beginners

Specifications

Pages560
PublisherNo Starch Press
LanguageEnglish
Isbn13978-1718503106
Publication DateJune 6, 2023

Related Products

97 Things Every Programmer Should Know: Collective Wisdom from the Experts product image

97 Things Every Programmer Should Know: Collective Wisdom from the Experts

Nerd Approved:
(4/5)

Edited by Kevlin Henney, a curated set of timeless, page-length lessons from industry legends. Each item is a standalone insight you can read in five minutes.

Timeless, page-length lessons from industry legends. Perfect for busy developers—read one item in five minutes, learn something useful, put it down. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations product image

Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations

Nerd Approved:
(5/5)

Research-backed field guide that ties lean software delivery habits to measurable business outcomes, unpacking the DORA metrics, cultural foundations, and continuous delivery capabilities that separated top performers in the Accelerate State of DevOps reports.

Still my go-to reference when aligning execs around DORA metrics and the cultural work that makes continuous delivery stick. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.
Algorithms (4th Edition) product image

Algorithms (4th Edition)

Nerd Approved:
(5/5)

The leading algorithms textbook with clear Java implementations and full coverage of sorting, searching, graph processing, and string processing.

Leading algorithms textbook with clear Java implementations and an unmatched companion ecosystem of exercises, visualizations, and lectures. Read full review.

As an Amazon Associate, I earn from qualifying purchases at no additional cost to you.