- Creative Projects for Rust Programmers
- Carlo Milanesi
- 95字
- 2021-06-18 19:01:56
Working through the examples in this book
To follow the examples in the book, you should download all the examples from the online repository: https://github.com/PacktPublishing/Creative-Projects-for-Rust-Programmers. This repository contains a sub-folder for each chapter of the book and a sub-sub-folder for any project in a chapter.
For example, to run the use_rand project in this chapter, you should go to the Chapter01/use_rand folder and type cargo run. Notice that the most important files of any project are cargo.toml and src/main.rs, so you should always take a look at them first.
推薦閱讀
- 嵌入式軟件系統測試:基于形式化方法的自動化測試解決方案
- 架構不再難(全5冊)
- PowerCLI Cookbook
- 精通搜索分析
- Python爬蟲開發與項目實戰
- Spring Cloud、Nginx高并發核心編程
- Visual Basic程序設計實驗指導(第二版)
- Python圖形化編程(微課版)
- Java程序設計基礎(第6版)
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Python一行流:像專家一樣寫代碼
- Mastering JavaScript Promises
- Internet of Things with Arduino Cookbook
- Maya Programming with Python Cookbook
- Programming MapReduce with Scalding