- 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.
推薦閱讀
- Puppet 4 Essentials(Second Edition)
- Oracle從入門到精通(第3版)
- Mobile Web Performance Optimization
- Oracle Database 12c Security Cookbook
- Everyday Data Structures
- UML2面向對象分析與設計(第2版)
- Swift語言實戰晉級
- Instant Automapper
- jQuery從入門到精通(微課精編版)
- Web前端開發技術:HTML、CSS、JavaScript
- Get Your Hands Dirty on Clean Architecture
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- 計算機應用基礎案例教程(第二版)
- 虛擬現實:引領未來的人機交互革命
- Apache Kafka 1.0 Cookbook