Cargo 手冊

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 開發 Rust 軟體包的所有必要資訊。
此參考涵蓋了 Cargo 各個領域的詳細資訊。
這些命令將讓你透過命令行介面與 Cargo 進行互動。
附錄:
其他文件:
- 變更日誌 -– 關於 Cargo 每個發行版變更的詳細備註。
- Rust documentation website — Links to official Rust documentation and tools.