- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 103字
- 2021-07-02 14:11:46
Third-party subcommands
cargo allows the extension of its command-line interface with subcommands. These subcommands are binaries that are called when invoking cargo <command> (for example, cargo clippy for the popular linter).
In order to install a new command (for a particular toolchain), run cargo +nightly install clippy, which will download, compile, and install a crate called cargo-clippy and then put it into the .cargo directory in your home folder. In fact, this will work with any binary that is called cargo-<something> and is executable from any command line. The cargo project keeps an updated list of some useful subcommands in the repository at https://github.com/rust-lang/cargo/wiki/Third-party-cargo-subcommands.
推薦閱讀
- 漫話大數據
- Test-Driven Development with Mockito
- SQL Server 2008數據庫應用技術(第二版)
- 虛擬化與云計算
- Neural Network Programming with TensorFlow
- 數據革命:大數據價值實現方法、技術與案例
- 大數據架構和算法實現之路:電商系統的技術實戰
- Power BI商業數據分析完全自學教程
- IPython Interactive Computing and Visualization Cookbook(Second Edition)
- 數字IC設計入門(微課視頻版)
- 數據分析師養成寶典
- The Natural Language Processing Workshop
- 商業智能工具應用與數據可視化
- 標簽類目體系:面向業務的數據資產設計方法論
- 碼上行動:利用Python與ChatGPT高效搞定Excel數據分析