- 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.
推薦閱讀
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(微課版)
- Vue.js入門(mén)與商城開(kāi)發(fā)實(shí)戰(zhàn)
- PostgreSQL技術(shù)內(nèi)幕:事務(wù)處理深度探索
- VSTO開(kāi)發(fā)入門(mén)教程
- Git高手之路
- Swift 3 New Features
- UML+OOPC嵌入式C語(yǔ)言開(kāi)發(fā)精講
- HTML5從入門(mén)到精通(第4版)
- C和C++游戲趣味編程
- Tableau 10 Bootcamp
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- 動(dòng)手打造深度學(xué)習(xí)框架
- PHP+MySQL動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)從入門(mén)到精通(視頻教學(xué)版)
- 3ds Max 2018從入門(mén)到精通
- Building a Media Center with Raspberry Pi