#io #tokio #copying #buffer #own

tokio-copy-with-buffer

tokio_io::io::copy that can take additional buffer parameter and also returns if back to you

1 unstable release

Uses old Rust 2015

0.1.0 Oct 9, 2017

#62 in #copying

MIT/Apache

6KB
78 lines

Customized variant of tokio_io::io::copy function where you can set your own buffer and retrieve it after copying. This may increase performance in some cases.

Dependencies

~690KB
~12K SLoC