March 2026
Intermediate
318 pages
7h 52m
English
While the Rust safety model that we've been exploring gives us higher confidence in the correctness of our programs, one large reason that Rust is such a joy to use is its build and packaging tool, Cargo. By choosing "convention over configuration," Rust and Cargo make project creation, dependency management, and publishing straightforward and simple.
In this chapter, we're going to cover the following main topics:
The examples in this chapter use Rust 1.82.0, but they will also work using any newer version. If you need help installing Rust, please see the Appendix.
Read now
Unlock full access