read-write-pipe
A trait for objects implementing Write, to write all content from a Read object.
read-write-pipe is a library for Rust that contains a single utility Trait to write a generic Read object into a writer.
The Trait in this library are not production ready. It serves as a utility for quick and dirty copies of read objects into files or stdout.
Example
use *;
use ;
use io;
use Write;
Documentation: https://docs.rs/read-write-pipe