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