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

Cargo 手冊

Cargo Logo

Cargo 是 Rust軟體包管理器。Cargo 會下載您的 Rust 軟體包依賴項目、編譯您的軟體包、製作可散佈的軟體包,並將其上傳到 Rust 社群的軟體包註冊表 crates.io。您可以在 GitHub 上為本書做出貢獻。

Sections

開始使用

To get started with Cargo, install Cargo (and Rust) and set up your first crate.

Cargo 指南

該指南將為您提供關於如何使用 Cargo 開發 Rust 軟體包的所有必要資訊。

Cargo 參考

此參考涵蓋了 Cargo 各個領域的詳細資訊。

Cargo 命令

這些命令將讓你透過命令行介面與 Cargo 進行互動。

常見問題

附錄:

其他文件: