- 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.
推薦閱讀
- Spring 5.0 By Example
- Angular UI Development with PrimeNG
- 編程的修煉
- Python Tools for Visual Studio
- Apex Design Patterns
- FFmpeg入門詳解:音視頻原理及應(yīng)用
- Python數(shù)據(jù)分析從0到1
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 蘋果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- 深入淺出React和Redux
- HTML5移動(dòng)Web開(kāi)發(fā)
- Python機(jī)器學(xué)習(xí)開(kāi)發(fā)實(shí)戰(zhàn)
- Java Web開(kāi)發(fā)教程:基于Struts2+Hibernate+Spring
- React.js實(shí)戰(zhàn)
- Python繪圖指南:分形與數(shù)據(jù)可視化(全彩)