Files
rust/src/libstd
Mazdak Farrokhzad a52fce7ec8 Rollup merge of #59852 - alexcrichton:more-vectored, r=sfackler
std: Add `{read,write}_vectored` for more types

This commit implements the `{read,write}_vectored` methods on more types
in the standard library, namely:

* `std::fs::File`
* `std::process::ChildStd{in,out,err}`
* `std::io::Std{in,out,err}`
* `std::io::Std{in,out,err}Lock`
* `std::io::Std{in,out,err}Raw`

Where supported the OS implementations hook up to native support,
otherwise it falls back to the already-defaulted implementation.
2019-04-14 00:23:40 +02:00
..
2019-03-29 15:58:17 -07:00
2019-03-27 00:09:12 +01:00
2019-03-31 12:56:51 +02:00
2019-04-05 15:03:33 -07:00
2019-04-09 15:38:32 -07:00
2019-04-12 20:07:30 +02:00
2019-04-10 03:21:11 +00:00
2019-04-05 15:03:33 -07:00
2019-04-05 14:51:07 -07:00