rust/src/libstd/io
kennytm 93ad4f2b9c
Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik
Add some performance guidance to std::fs and std::io docs

Adds more documentation about performance to various "read" functions in `fs` and `io`, and to `BufReader`/`BufWriter`, with the goal of helping developers choose the best option for a given task.
2018-04-05 02:17:03 +08:00
..
buffered.rs Rollup merge of #49594 - mbrubeck:docs, r=steveklabnik 2018-04-05 02:17:03 +08:00
cursor.rs Remove TryFrom impls that might become conditionally-infallible with a portability lint 2018-03-27 09:48:42 +02:00
error.rs std: use more portable error number in from_raw_os_error docs 2018-01-30 11:53:50 +00:00
impls.rs Add read_to_end implementation to &[u8]'s Read impl 2017-10-07 22:19:51 +02:00
lazy.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
mod.rs Cross-reference fs::read functions from io::Read docs 2018-04-03 15:25:55 -07:00
prelude.rs std: Remove deprecated functionality from 1.5 2015-12-10 11:47:55 -08:00
stdio.rs Remove hidden foo functions from doc examples; use Termination trait. 2018-03-28 13:15:05 +02:00
util.rs Remove hidden foo functions from doc examples; use Termination trait. 2018-03-28 13:15:05 +02:00