March 2026
Intermediate
318 pages
7h 52m
English
The first thing any Rust programmer needs is a computer that is properly set up for development. In this appendix, we'll walk through all the steps required to set up a Rust development environment on a clean Linux, macOS, or Windows machine.
This appendix aims to provide you with a useful set of default tools that can take you through the entire development cycle: editing, compiling, and debugging. The recommendations in this appendix are not intended to imply that these tools are the best or only tools available, only that they provide a reasonable set of defaults for a new Rust programmer.
In this appendix, we're going to cover the following main topics:
Read now
Unlock full access