June 2021
Beginner
344 pages
8h 9m
English
In this chapter, you’ll download and install Rust and the essential tools that go with it. You’ll get comfortable with your development environment, using it to create and run your first Rust program.
You’ll also learn about Cargo, Rust’s Swiss Army knife build tool. Cargo incorporates rustfmt to help you format your code and Clippy to help avoid common code issues. Cargo can also help you find and install dependencies and keep your programs up-to-date.
As you work through this chapter, you’ll gain familiarity with Rust and the tools you can use to improve your Rust development experience. By the end of the chapter, you will be ready to forge ahead into the world of Rust development.
Read now
Unlock full access