rust/library/std/src/io
2020-11-13 22:38:23 +01:00
..
buffered move buffered.rs to mod.rs 2020-09-10 23:48:22 -04:00
cursor std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
stdio std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
util std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
copy.rs move copy specialization into sys::unix module 2020-11-13 22:38:23 +01:00
cursor.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
error.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
impls.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
mod.rs hide unused exports on other platforms 2020-11-13 19:45:38 +01:00
prelude.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs hide unused exports on other platforms 2020-11-13 19:45:38 +01:00
tests.rs add benchmarks 2020-11-13 19:46:37 +01:00
util.rs specialize io::copy to use copy_file_range, splice or sendfile 2020-11-13 19:45:27 +01:00