- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 52字
- 2021-07-02 13:35:21
Subcommands and Cargo installation
Custom commands for Cargo fall under the subcommand category. These tools are usually binaries from crates.io, GitHub, or a local project directory, and can be installed by using cargo install <binary crate name> or just cargo install when within a local Cargo project. One such example is the cargo-watch tool.
推薦閱讀
- scikit-learn Cookbook
- Mastering JavaScript Functional Programming
- 程序員面試白皮書
- 基于免疫進化的算法及應用研究
- 營銷數據科學:用R和Python進行預測分析的建模技術
- Python神經網絡項目實戰
- Bootstrap 4:Responsive Web Design
- Modular Programming in Java 9
- Python深度學習:模型、方法與實現
- Vue.js 2 Web Development Projects
- Clojure for Machine Learning
- Java并發編程之美
- Java程序設計與項目案例教程
- 青少年學Python(第2冊)
- Hacking Android