rustlings/exercises/files/README.md
2020-09-21 14:47:16 -05:00

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.

Book Sections