CARVIEW |
Select Language
HTTP/2 200
content-type: text/html
last-modified: Thu, 18 Sep 2025 13:19:24 GMT
x-amz-version-id: NhRs.xMo0_lP9qogTyv_tCEcKrBNqdHa
x-amz-storage-class: INTELLIGENT_TIERING
server: AmazonS3
content-encoding: gzip
date: Fri, 10 Oct 2025 14:57:30 GMT
etag: W/"6fd03d2df172df63fb1e731c0eecaf91"
vary: Accept-Encoding
x-cache: Hit from cloudfront
via: 1.1 53dc07582ee18c39c3a772fe98297936.cloudfront.net (CloudFront)
x-amz-cf-pop: BOM78-P2
alt-svc: h3=":443"; ma=86400
x-amz-cf-id: s0jLhVoUr2vBvoQW6VQYu8pTbJvTgBhUQcZiU-bU95Hs26eK3amLJw==
age: 58290
Introduction - The Cargo Book
Keyboard shortcuts
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
The Cargo Book
Cargo is the Rust package manager. Cargo downloads your Rust package’s dependencies, compiles your packages, makes distributable packages, and uploads them to crates.io, the Rust community’s package registry. You can contribute to 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 develop Rust 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 official Rust documentation and tools.