- 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.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Interactive Data Visualization with Python
- 青少年軟件編程基礎與實戰(圖形化編程三級)
- Learning Laravel 4 Application Development
- 零基礎學Java程序設計
- Mastering KnockoutJS
- Node.js全程實例
- Android系統級深入開發
- Python High Performance Programming
- SSM開發實戰教程(Spring+Spring MVC+MyBatis)
- 零基礎學C語言第2版
- SciPy Recipes
- Learning D
- Python面試通關寶典
- Elastix Unified Communications Server Cookbook