This crate provides IO abstractions over the futures::Stream and futures::Sink types.
- A
std::io::Writeandtokio_io::AsyncWriteimplementation over afutures::Sink(seelz_stream_io::SinkWrite). - A
std::io::Readandtokio_io::Asyncimplementation over afutures::Stream(seelz_stream_io::StreamRead).
This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).