mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 14:59:18 +00:00
File IO
Rust Provides several file I/O functions in the standard library. Buffered reads and writes provides better performance by reducing underlying reads.
Further information
Here is the documentation for these functions in the standard library.