mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-08 03:39:18 +00:00
9 lines
285 B
Markdown
9 lines
285 B
Markdown
### Files
|
|
The rust standard library supports reading files and writing them directly from the language!
|
|
|
|
`std::fs::File` is just `A reference to an open file on the filesystem.`
|
|
|
|
#### Book Sections
|
|
|
|
- [Reading a file](https://doc.rust-lang.org/stable/book/ch12-02-reading-a-file.html)
|