Very short read. The format of the book is modeled after classic "Effective Java" by J. Bloch: it assumes that you know rust and want to deepen your knowledge. The book offers 35 loosely-connected (but not really) recipes. Out of 35 recipes only 20 are about rust the language, the rest is about ecosystem and tooling. Language part of the book is pretty good. Ecosystem part felt like a space filler at times. Java is a smaller language than rust and yet "effective java" is a thicker book. You make your own conclusions what does this mean. Not a bad read, but I would argue that "Rust for Rustaceans" does a better job at exploring advanced rust concepts.
Wow, my brain deserved a rest after reading this book. The contents definitely not for beginners. Better to read the official Rust book first, then you can follow up with this one to have better and deep understanding.
To be honest, I expect the content will be self explained, however sometimes I confused how the examples and definitions are not connected and you need backtrack ti previous page to get better sense about the current one.
Despite all the drawbacks, I'm become more fascinated with how Rust can change the programming world in the future. Hopefully!
Clear and to-the-point. It was the right level for me after building some hobby projects in Rust but having not done substantial work professional work in it. Readt
Very few of these are language features. Kind of a disappointment after the Scott Meyers book. A lot of these are about tooling or basic parts of Rust... Not a terrible read, but not really something I'd recommend.
Well-written and full of knowledge tidbits, highly recommended to people who have been programing in Rust for a little while and want to improve their knowledge of the language further.