Files
rust/library
Matthias Krüger 55471015a0 Rollup merge of #108094 - kornelski:fsdocs, r=cuviper
Demonstrate I/O in File examples

I've noticed that some Rust novices unnecessarily reinvent `std::fs::{read,write}`, presumably because they search for equivalents of `fopen` + `fwrite`. I've added links to `std::fs::{read,write}` in the docs.

The `File` examples were only showing how to open a file, but not how to use the opened handle, unnecessarily leaving out the next step. I've added a variety of different uses of file handles to their examples in docs.
2023-02-15 21:31:00 +01:00
..
2022-09-02 16:09:58 -04:00
2023-02-15 16:22:08 +00:00
2023-01-21 22:06:42 -05:00
2022-06-03 17:16:41 -04:00
2022-12-29 11:22:13 +01:00