Rust for Rustaceans

Idiomatic Programming for Experienced Developers

Paperback, 280 pages

English language

Published Nov. 28, 2021 by No Starch Press, Incorporated.

ISBN:
978-1-7185-0185-0
Copied ISBN!

View on OpenLibrary

5 stars (5 reviews)

For developers who’ve mastered the basics, this book is the next step on your way to professional-level programming in Rust. It covers everything you need to build and maintain larger code bases, write powerful and flexible applications and libraries, and confidently expand the scope and complexity of your projects.

Author Jon Gjengset takes you deep into the Rust programming language, dissecting core topics like ownership, traits, concurrency, and unsafe code. You’ll explore key concepts like type layout and trait coherence, delve into the inner workings of concurrent programming and asynchrony with async/await, and take a tour of the world of no_std programming. Gjengset also provides expert guidance on API design, testing strategies, and error handling, and will help develop your understanding of foreign function interfaces, object safety, procedural macros, and much more.

You'll Learn:

How to design reliable, idiomatic, and ergonomic Rust programs based on best principles
Effective use of …

1 edition

Great follow-up to The Rust Programming Language

5 stars

I picked this up after finishing "The Rust Programming Language", in parallel with starting to write my own first crates and contributing to others. It's a great overview of the more advanced topics in the Rust ecosystem; not just the language itself but also the various libraries and tooling around, like cargo. I feel it's mostly useful to understand what's out there and where to look for more detail if needed. For example, if I need to benchmark code in more detail I know now which libraries and APIs will be relevant to me.

Since this book covers more advanced topics, it also talks a lot about non-stabilized APIs and features, so it ages a bit less well than TRPL; some of the content is already outdated after a good year. But that really shouldn't stop you from reading it, the concepts explained in this book are still super relevant. …

avatar for sunng

rated it

5 stars
avatar for rmicielski

rated it

4 stars
avatar for intarga

rated it

5 stars