Effective Rust: 35 Specific Ways to Improve Your Rust Code
Author: David Drysdale (Author)
Publisher finelybook 出版社: Oreilly & Associates Inc
Edition 版次: 1st
Publication Date 出版日期: 2024-05-07
Language 语言: English
Print Length 页数: 250 pages
ISBN-10: 1098151402
ISBN-13: 9781098151409
Book Description
Rust’s popularity is growing, due in part to features like memory safety, type safety, and thread safety. But these same elements can also make learning Rust a challenge, even for experienced programmers. This practical guide helps you make the transition to writing idiomatic Rust—while also making full use of Rust’s type system, safety guarantees, and burgeoning ecosystem.
If you’re a software engineer who has experience with an existing compiled language, or if you’ve struggled to convert a basic understanding of Rust syntax into working programs, this book is for you. By focusing on the conceptual differences between Rust and other compiled languages, and by providing specific recommendations that programmers can easily follow, Effective Rust will soon have you writing fluent Rust, not just badly translated C++.
- Understand the structure of Rust’s type system
- Learn Rust idioms for error handling, iteration, and more
- Discover how to work with Rust’s crate ecosystem
- Use Rust’s type system to express your design
- Win fights with the borrow checker
- Build a robust project that takes full advantage of the Rust tooling ecosystem
Review
Carol Nichols, co-author of The Rust Programming Language
“Effective Rust dives deep into most of the recommendations I give people on how to improve their projects. It’s a great resource to level up your Rust.”
Pietro Albini, former member of the Rust Core Team