- Rust Essentials(Second Edition)
- Ivo Balbaert
- 121字
- 2021-07-02 15:30:38
Consulting Rust documentation
The quickest way to find more detailed information about a Rust topic is to browse to the documentation screen of the Standard Library, http://doc.rust-lang.org/std/.
On the left, you can find a listing of all crates available, which you can browse for more details. But most useful is the search box at the top: type in a few letters or a word to get a number of useful references.

Exercises:
Try to change the value of a constant. Of course this is not allowed, what error do you get? (For an example see Chapter2/exercises/change_constant.rs) .
Look up the println! macro in the documentation.
Read the fmt specification and write a program that will print value 3.2f32 as +003.20 (see Chapter2/exercises/formatting.rs ).
Try to change the value of a constant. Of course this is not allowed, what error do you get? (For an example see Chapter2/exercises/change_constant.rs) .
Look up the println! macro in the documentation.
Read the fmt specification and write a program that will print value 3.2f32 as +003.20 (see Chapter2/exercises/formatting.rs ).
推薦閱讀
- 大學(xué)計算機(jī)基礎(chǔ)(第二版)
- Java Web程序設(shè)計
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Mastering ServiceNow(Second Edition)
- 利用Python進(jìn)行數(shù)據(jù)分析(原書第3版)
- Mastering Apache Storm
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 嵌入式C編程實(shí)戰(zhàn)
- IBM RUP參考與認(rèn)證指南
- Professional JavaScript
- Visual Basic語言程序設(shè)計上機(jī)指導(dǎo)與練習(xí)(第3版)
- Mastering ArcGIS Server Development with JavaScript
- Android 5從入門到精通
- C語言從入門到精通(微視頻精編版)