- 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
推薦閱讀
- C++面向?qū)ο蟪绦蛟O(shè)計(第三版)
- Web程序設(shè)計及應(yīng)用
- WebAssembly實戰(zhàn)
- Mastering Concurrency in Go
- C語言程序設(shè)計教程(第2版)
- Android Application Development Cookbook(Second Edition)
- Learning Firefox OS Application Development
- Java加密與解密的藝術(shù)
- Hands-On Swift 5 Microservices Development
- 51單片機C語言開發(fā)教程
- 匯編語言編程基礎(chǔ):基于LoongArch
- 用案例學(xué)Java Web整合開發(fā)
- Hadoop 2.X HDFS源碼剖析
- 智能手機故障檢測與維修從入門到精通
- 人工智能算法(卷1):基礎(chǔ)算法