- Rust Programming Cookbook
- Claus Matzinger
- 67字
- 2021-06-24 12:27:50
Getting ready
First, create a new project using cargo new iteration --lib and add the following to the newly created Cargo.toml file in the project's directory:
[dev-dependencies]
rand = "^0.5"
This adds a dependency to the rand (https://github.com/rust-random/rand) crate to the project, which will be installed upon running cargo test the first time. Open the entire project (or the src/lib.rs file) in Visual Studio Code.
推薦閱讀
- Learn ECMAScript(Second Edition)
- 數據科學實戰手冊(R+Python)
- Responsive Web Design with HTML5 and CSS3
- Learn React with TypeScript 3
- Mastering Ext JS
- 深入分布式緩存:從原理到實踐
- 批調度與網絡問題的組合算法
- Java語言程序設計教程
- Hands-On Kubernetes on Windows
- ASP.NET求職寶典
- 會當凌絕頂:Java開發修行實錄
- Java高手是怎樣煉成的:原理、方法與實踐
- Mastering ArcGIS Server Development with JavaScript
- Web前端開發技術實踐指導教程
- 計算機信息技術實踐教程