mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
285 B
285 B
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.