The Cargo Book

    Cargo is the package 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 .

    Getting Started

    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.

    Frequently Asked Questions