lz_stream_io 0.1.0

AsyncRead and AsyncWrite implementations for Streams and Sinks respectively
Documentation

Lz Stream IO

This crate provides IO abstractions over the futures::Stream and futures::Sink types.

Build Status

Documentation

Features

  • A std::io::Write and tokio_io::AsyncWrite implementation over a futures::Sink (see lz_stream_io::SinkWrite).
  • A std::io::Read and tokio_io::Async implementation over a futures::Stream (see lz_stream_io::StreamRead).

License

This project is licensed under the MIT License (LICENSE or http://opensource.org/licenses/MIT).