BookFrontier
Effective Rust by David Drysdale

Book

Effective Rust

35 Specific Ways to Improve Your Rust Code

David Drysdale

O'Reilly Media · Print & ebook · May 7, 2024

Reading lane: Dev Tools & Workflow

Rust's popularity is growing, due in part to features like memory safety, type safety, and thread safety.

At a Glance

Who It's For

Good for readers who enjoy Dev Tools & WorkflowGood for fans of ProgrammingGood for readers who enjoy Dev Tools & Workflow and Programming Languages.

Book Details

Authors
David Drysdale
Publisher
O'Reilly Media
Published
May 7, 2024
Format
Print & ebook
Theme
Dev Tools & Workflow · Programming Languages
Reading lane
Dev Tools & Workflow

Affinity

Publisher Categories

  • Programming Languages

  • C Programming

  • Object-Oriented Programming

  • Parallel Programming

Show all 5 publisher categories
  • Open Source Development

About This Book

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 stru...

Read full 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

Similar Books