This crate provides IO abstractions over the futures::Stream
and futures::Sink
types.
std::io::Write
and tokio_io::AsyncWrite
implementation over a futures::Sink
(see lz_stream_io::SinkWrite
).std::io::Read
and tokio_io::Async
implementation over a futures::Stream
(see lz_stream_io::StreamRead
).This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).