A review by jhrcook
The Rust Programming Language, 2nd edition by Steve Klabnik, Carol Nichols

informative slow-paced

3.75

The manual on the Rust language. Good place to start if you are comming from higher-level programming languages (in my case, Python). There are some key principles around memory management and object ownership that are critical to understand to even write Rust code that compiles.