- 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.
推薦閱讀
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- 自己動手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫
- PaaS程序設(shè)計(jì)
- C語言程序設(shè)計(jì)教程
- 精通MATLAB(第3版)
- 領(lǐng)域驅(qū)動設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對之道(修訂版)
- 深入淺出React和Redux
- 小程序,巧應(yīng)用:微信小程序開發(fā)實(shí)戰(zhàn)(第2版)
- Citrix XenServer企業(yè)運(yùn)維實(shí)戰(zhàn)
- Struts 2.x權(quán)威指南
- 深入理解BootLoader
- Android智能手機(jī)APP界面設(shè)計(jì)實(shí)戰(zhàn)教程
- 基于JavaScript的WebGIS開發(fā)
- R語言與網(wǎng)站分析
- Python網(wǎng)絡(luò)爬蟲從入門到實(shí)踐