rust/library/std/src/io
2021-10-10 19:00:33 -04:00
..
buffered Optimize File::read_to_end and read_to_string 2021-10-07 18:42:02 -04:00
cursor Make some std::io functions const 2020-11-06 17:48:26 +01:00
error Add test for io::Error::new_const. 2021-03-21 20:22:26 +01:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio stdio_locked: updates based on feedback 2021-07-02 15:56:56 -05:00
util specialize io::copy to use the memory of the writer if it is a BufWriter 2021-01-31 14:58:03 +01:00
copy.rs library: Normalize safety-for-unsafe-block comments 2021-02-24 06:13:42 +01:00
cursor.rs Add functions to add unsigned and signed integers 2021-10-01 19:08:13 +02:00
error.rs Add #[must_use] to from_value conversions 2021-10-10 19:00:33 -04:00
impls.rs Forwarding implementation for Seek trait's stream_position method 2021-06-07 19:21:22 -04:00
mod.rs Optimize File::read_to_end and read_to_string 2021-10-07 18:42:02 -04:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
stdio.rs Add #[must_use] to stdin/stdout/stderr locks 2021-10-08 23:31:57 -04:00
tests.rs Optimize File::read_to_end and read_to_string 2021-10-07 18:42:02 -04:00
util.rs Apply 16 commits (squashed) 2021-09-25 20:04:35 +02:00