- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 77字
- 2021-07-02 23:07:21
The libraries
The std libraries define the primitives we have already encountered (array, different sized floats and integers, String, and so on), but also contain a number of other modules. They also define the commonly used macros (such as write! and println!).
For the purposes of this chapter, we will cover only std::io, std::fs, and std::fmt. These deal with input/output, the filesystem, and formatting. The io and fs modules will be dealt with later in this chapter.
推薦閱讀
- C++ Primer習題集(第5版)
- Facebook Application Development with Graph API Cookbook
- Java范例大全
- C#程序設計(慕課版)
- 實戰Java程序設計
- 程序員考試案例梳理、真題透解與強化訓練
- 營銷數據科學:用R和Python進行預測分析的建模技術
- 零基礎學Java程序設計
- Kotlin從基礎到實戰
- Scala Reactive Programming
- 編程菜鳥學Python數據分析
- Learning jQuery(Fourth Edition)
- R Data Science Essentials
- Learning Nessus for Penetration Testing
- Jakarta EE Cookbook