mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 16:07:08 +00:00
Document that File does not buffer reads/writes ...and refer to `BufReader`/`BufWriter`. This is a common source of efficiency issues in Rust programs written naively. Including this information with the `File` docs, and adding a link to the wrapper types, will help discoverability.