- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 97字
- 2021-07-02 13:35:23
Summary
In this chapter, we got acquainted with the standard Rust build tool, Cargo. We took a cursory look at initializing, building, and running tests using Cargo. We also explored tools beyond Cargo that make developer experience smoother and more efficient, such as RLS and clippy. We saw how these tools can be integrated with the Visual Studio Code editor by installing the RLS extension. Finally, we created a small CLI tool to manipulate images by using a third-party crate from Cargo.
In the next chapter, we will be talking about testing, documenting, and benchmarking our code.
推薦閱讀
- 密碼學原理與Java實現
- LabVIEW入門與實戰開發100例
- 認識編程:以Python語言講透編程的本質
- 區塊鏈架構與實現:Cosmos詳解
- jQuery EasyUI網站開發實戰
- Python爬蟲開發與項目實戰
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- Mastering Ext JS
- RealSenseTM互動開發實戰
- Bootstrap for Rails
- OpenCV 3 Blueprints
- QPanda量子計算編程
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- React.js實戰
- Swift 2 Blueprints