- 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.
推薦閱讀
- Learning Neo4j
- Oracle Database In-Memory(架構與實踐)
- HoloLens Beginner's Guide
- 數據結構簡明教程(第2版)微課版
- Building a Recommendation Engine with Scala
- 學習OpenCV 4:基于Python的算法實戰
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Android群英傳
- Hadoop 2.X HDFS源碼剖析
- Spring 5 Design Patterns
- 人工智能算法(卷1):基礎算法
- Python 3 數據分析與機器學習實戰
- .NET 4.0面向對象編程漫談:應用篇
- Application Development with Parse using iOS SDK
- Python機器學習與量化投資