rust/library/std/src/io
2022-06-21 11:45:17 +02:00
..
buffered Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
cursor impl Write for Cursor<[u8; N]> 2022-01-19 15:57:40 -08:00
error Use Box::new() instead of box syntax in std tests 2022-05-29 01:44:11 +02:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
readbuf implement review suggestions 2021-11-02 22:47:28 -07:00
stdio Make default stdio lock() return 'static handles 2022-02-13 10:23:16 -05:00
util read_buf 2021-11-02 22:47:20 -07:00
copy.rs Warn that platform-specific behavior may change 2022-03-29 19:49:15 -07:00
cursor.rs Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
error.rs Use implicit capture syntax in format_args 2022-03-10 10:23:40 -05:00
impls.rs Remove redundant calls to reserve in impl Write for VecDeque 2022-06-09 19:10:09 +02:00
mod.rs update ioslice docs to use shared slices 2022-06-21 11:45:17 +02:00
prelude.rs Use heading for std::prelude and not io::prelude 2021-01-05 17:52:24 -08:00
readbuf.rs std::io: Modify some ReadBuf method signatures to return &mut Self 2022-05-03 17:52:52 +01:00
stdio.rs Move/rename lazy::Sync{OnceCell,Lazy} to sync::{Once,Lazy}Lock 2022-06-16 19:54:42 +04:00
tests.rs Update tests. 2022-03-11 17:38:29 +01:00
util.rs add safety comments 2021-11-02 22:47:26 -07:00