- Creative Projects for Rust Programmers
- Carlo Milanesi
- 175字
- 2021-06-18 19:01:57
Questions
- Is there an official printed book to learn the Rust language?
- How long was the longest primitive Rust integer in 2015, and how long was it at the end of 2018?
- Which are the four domain working groups at the end of 2018?
- What is the purpose of the Clippy utility?
- What is the purpose of the rustfix utility?
- Write a program that generates 10 pseudo-random f32 numbers between 100 and 400.
- Write a program that generates 10 pseudo-random i32 numbers between 100 and 400 (without truncating or rounding the numbers generated by the previous exercise).
- Write a program that creates a static vector containing all squared integers between 1 and 200.
- Write a program that emits a warning message and an info message, and then run it so that only the warning message appears.
- Try to parse a command-line argument that contains a value from 1 to 20, emitting an error message if the value is out of range. The short option should be -l, and the long option should be --level.
推薦閱讀
- JavaScript前端開發模塊化教程
- Vue.js設計與實現
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Learn Programming in Python with Cody Jackson
- Learning Apache Kafka(Second Edition)
- Securing WebLogic Server 12c
- Oracle Exadata專家手冊
- 小學生C++創意編程(視頻教學版)
- Python Data Analysis Cookbook
- 常用工具軟件立體化教程(微課版)
- Spring Boot+MVC實戰指南
- Mastering Adobe Captivate 7
- Learning Android Application Testing
- Elasticsearch搜索引擎構建入門與實戰
- 秒懂算法:用常識解讀數據結構與算法