Crate readwrite[][src]

Given two things, one of which implements std::io::Read and other implements std::io::Write, make a single socket-like object which implmenets Read + Write. Note that you can't write to it while waiting for data to come from read part.

If you want to add tokio's ReadAsync / WriteAsync to the mix, create a Github issue for the feature request.

Structs

ReadWrite

Combined reader and writer