tokio-copy-with-buffer 0.1.0

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

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. [tokio_io::io::copy function]: https://docs.rs/tokio-io/0.1/tokio_io/io/fn.copy.html