The Cargo Book
Cargo is the Rustpackage manager. Cargo downloads your Rust package’sdependencies, compiles your packages, makes distributable packages, and uploads them tocrates.io, the Rust community’s package registry. You can contributeto this book on GitHub.
Sections
To get started with Cargo, install Cargo (and Rust) and set up your first crate.
The guide will give you all you need to know about how to use Cargo to developRust packages.
The reference covers the details of various areas of Cargo.