- Hands-On Data Structures and Algorithms with Rust
- Claus Matzinger
- 76字
- 2021-07-02 14:11:45
Project configuration
In order to recognize a Rust project, cargo requires its manifest to be present, where most of the other aspects (metadata, source code location, and so on) can be configured. Once this has been done, building the project will create another file: Cargo.lock. This file contains the dependency tree of a project with library versions and locations in order to speed up future builds. Both of these files are essential to a Rust project.
推薦閱讀
- 揭秘云計算與大數據
- 區塊鏈通俗讀本
- 數據庫原理與設計(第2版)
- Lego Mindstorms EV3 Essentials
- 數據中心數字孿生應用實踐
- SQL Server 2012數據庫管理教程
- Spark分布式處理實戰
- 數據修復技術與典型實例實戰詳解(第2版)
- 信息融合中估計算法的性能評估
- 改進的群智能算法及其應用
- Unity Game Development Blueprints
- Microsoft Dynamics NAV 2015 Professional Reporting
- 標簽類目體系:面向業務的數據資產設計方法論
- 數據挖掘與數據化運營實戰:思路、方法、技巧與應用
- 數據庫技術與應用:SQL Server 2008