-
Book Overview & Buying
-
Table Of Contents
Design Patterns and Best Practices in Rust
By :
To complete the exercises in this book, you'll need a Rust toolchain installed. The examples in this book were developed using stable Rust, version 1.78.0, which is the minimum version for working on the exercises. Using rustup is recommended for installing a recent toolchain version. It can be found here: https://rustup.rs/. This includes the instructions on installing and using it.
The source code for the exercises can be found on GitHub at https://github.com/PacktPublishing/Design-Patterns-and-Best-Practices-in-Rust. The repository is organized by chapter. The relevant exercises for this chapter can be found at https://github.com/PacktPublishing/Design-Patterns-and-Best-Practices-in-Rust/tree/main/ch1/.