- Learning Rust
- Paul Johnson Vesa Kaihlavirta
- 60字
- 2021-07-02 23:07:22
Handling files
The final part of our tour of getting information in and out of a program is using files. As far as Rust is concerned, a file is just another stream, with the exception that this stream goes elsewhere.
It is important when using anything to do with files that the try! macro is used to trap all errors.
推薦閱讀
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- Python快樂編程:人工智能深度學習基礎
- Instant 960 Grid System
- Podman實戰
- PhoneGap Mobile Application Development Cookbook
- MongoDB權威指南(第3版)
- SQL Server 2016數據庫應用與開發
- Mobile Device Exploitation Cookbook
- Vue.js 2 Web Development Projects
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- 從零開始學UI:概念解析、實戰提高、突破規則
- Python程序設計教程
- 從零開始:C語言快速入門教程
- 寫給青少年的人工智能(Python版·微課視頻版)
- Java高手是怎樣煉成的:原理、方法與實踐