Get ready to code like a pro in Rust with insider techniques used by Rust veterans! Code Like a Pro in Rust dives deep into memory management, asynchronous programming, and the core Rust skills that make you a Rust pro! Plus, you’ll find essential productivity techniques for Rust testing, tooling, and project management. You’ll soon be writing high-quality code that needs way less maintenance overhead. In Code Like A Pro in Rust, you will Essential Rust tooling Core Rust data structures Memory management Testing in Rust Asynchronous programming for Rust Optimized Rust Rust project management Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. It skips the fluff and gets right to the heart of this powerful modern language. You’ll learn how to sidestep common Rust pitfalls and navigate quirks you might never have seen before—even if you’ve been programming for many years! Plus, discover timeless strategies for navigating the evolving Rust ecosystem and ensure your skills can easily adapt to future changes. About the technology Rust is famous for its safety, performance, and security, but it takes pro skills to make this powerful language shine. This book gets you up to speed fast, so you’ll feel confident with low-level systems, web applications, asynchronous programming, concurrency, optimizations, and much more. About the book Code Like a Pro in Rust will make you a more productive Rust programmer. This example-rich book builds on your existing know-how by introducing Rust-specific design patterns, coding shortcuts, and veteran skills like asynchronous programming and integrating Rust with other languages. You’ll also meet amazing Rust tools for testing, code analysis, and application lifecycle management. It’s all the good stuff in one place! What's inside Core Rust data structures Memory management Creating effective APIs Rust tooling, testing, and more About the reader Assumes you know Rust basics. About the author Brenden Matthews is a software engineer, entrepreneur, and a prolific open source contributor who has been using Rust since the early days of the language. Table of Contents 1 Feelin’ Rusty PART 1 2 Project management with Cargo 3 Rust tooling PART 2 4 Data structures 5 Working with memory PART 3 6 Unit testing 7 Integration testing PART 4 8 Async Rust 9 Building an HTTP REST API service 10 Building an HTTP REST API CLI PART 5 11 Optimizations
Great book and good follow up, after Idiomatic Rust: Code like a Rustacean although you might want to switch the order, depending on your skills so far in the language.
The examples were easy to follow, chapters are entertainingly written and prepares you well for the mean world of the borrow checker.
Great follow up book to understand Rust deeply, especially for some advanced topics.
This is really a good book companion for "Learn Rust in a month of lunches" from the same publisher which focus on the specific gotchas in Rust.
Definitely good references despite not really long pages, some of the discussion not really deep, but the author give some good pointers so we can read more further
This book covers a lot: tooling, data structures, error handling, traits, memory management, testing, async rust, I might have forgotten some other topics.
The author does a great job at explaining each subject and each chapter is full of code examples to keep the reader's attention. Some chapters may require more time to read and understand, but they offer the advantage of being revisited even after an initial reading. Overall, a pleasant reading experience.
It's a good book to get familiar with Rust and understand its core principles, but also learn more advanced topics. If you like (or use) Rust, you'll most probably like this book too.