Skip to content

Commit

Permalink
book review
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Jun 6, 2024
1 parent e1c051a commit 0daaafd
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ genre: Reference Work
author: Steve Klabnik, Carol Nichols
url: https://www.amazon.com/Rust-Programming-Language-2nd/dp/1718503105
---

My primary motivation for reading this was to complete Advent of Code 2023 in Rust. The writing is simple yet effective, and as a reference work, it basically achieves what you expect.

As far as my criticisms go, chapter 11.3 (lifetimes) simply wasn't explained well, and chapters 13 (iterators/closures) and 18 (pattern matching) should have been placed towards the beginning of the book. These are just nitpicks; the book is still incredibly well executed for such a complicated programming language.

This book serves its role as a welcoming introduction to Rust. While it doesn't cover everything, it's enough to motivate readers to research more complex Rust topics and spark passion.

0 comments on commit 0daaafd

Please sign in to comment.