- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 115字
- 2021-07-02 23:07:20
Input and Output
Up to this point, we've only seen data coming from our examples, and then only using the println! macro function. While the println! macro is very useful, we really need to look at output. We also need to know how to get data in, and once the data is in, we have to check that the type entered is the type required.
In this chapter, we will be covering the following topics:
- Examining ways of outputting data
- Examining how to get data into an application
- Starting your program with command-line arguments
- Discussing how a method in Rust is different from a method in other languages
- A brief introduction to the standard library
推薦閱讀
- Learn ECMAScript(Second Edition)
- Python概率統計
- Java范例大全
- Learning Docker
- Photoshop智能手機APP UI設計之道
- PyTorch自然語言處理入門與實戰
- Python神經網絡項目實戰
- D3.js 4.x Data Visualization(Third Edition)
- UML 基礎與 Rose 建模案例(第3版)
- Java面向對象程序設計
- Windows Embedded CE 6.0程序設計實戰
- Learning Material Design
- 從零開始學Android開發
- Java EE 7 with GlassFish 4 Application Server
- PhoneGap 4 Mobile Application Development Cookbook