The Cargo Book
Cargo は Rust の パッケージマネージャ です。Cargo は Rust パッケージ の依存関係をダウンロードし、パッケージをコンパイルし、配布用のパッケージを作成し、Rust コミュニティの パッケージレジストリ である crates.io にアップロードします。この本へのコントリビュートは 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.