September 2024
Intermediate to advanced
256 pages
6h 40m
English
To get the most out of this book, you’ll need to have a functioning Rust toolchain installed. If you’ve never used Rust before, you’ll need to install a recent release of the Rust toolchain that includes the compiler and the standard library. You may also need to install some development tools, depending on your OS, to compile and run all the code samples included with this book.
To compile and run the code samples provided in this book, you must install the necessary prerequisite dependencies.
$ brew install git
In macOS, you’ll need to install the Xcode command-line tools:
$ sudo xcode-select --install