The Cargo Book

Cargo is theRustpackage manager. Cargo downloads your Rustpackage’sdependencies, compiles your packages, makes distributable packages, and uploads them tocrates.io, the Rust community’spackage registry. You can contributeto this book onGitHub.
Sections
To get started with Cargo, install Cargo (and Rust) and set up your firstcrate.
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.
The commands will let you interact with Cargo using its command-line interface.
Appendices:
Other Documentation:
- Changelog— Detailed notes about changes in Cargo in each release.
- Rust documentation website — Links to officialRust documentation and tools.