Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 649 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 649 Bytes

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).