summaryrefslogtreecommitdiffstats
path: root/benches
diff options
context:
space:
mode:
authorRoman <humbug@deeptown.org>2018-02-12 21:52:05 +0400
committerCarl Lerche <me@carllerche.com>2018-02-12 09:52:05 -0800
commit88a7030f730a4ebf66f82460558bbb0e13c02bae (patch)
treeb279495f356f95100c67ecac10f11fe05bdeab37 /benches
parent35aeabd3ffda78fea756b786bbf0fe38f7e71d83 (diff)
Split io code (#129)
* move src/io.rs -> src/io/mod.rs * move src/read.rs -> src/io/read.rs * move src/read_exact.rs -> src/io/read_exact.rs * move src/read_until.rs -> src/io/read_until.rs * move src/read_to_end.rs -> src/io/read_to_end.rs * move src/flush.rs -> src/io/flush.rs * move src/copy.rs -> src/io/copy.rs * move src/shutdown.rs -> src/io/shutdown.rs * move src/write_all.rs -> src/io/write_all.rs * move Async{Read,Write} => src/io/async_{read,write}.rs * move Async{Read,Write} => src/async_{read,write}.rs
Diffstat (limited to 'benches')
0 files changed, 0 insertions, 0 deletions