GitXplorerGitXplorer
L

lz_stream_io

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
94b929bec4e72f888ba8a480c67bfa21a06cfee3

Added a macro to turn Async::NotReady into a WouldBlock IO result

LLukazoid committed 7 years ago
Unverified
d437d4e58f7cd7dfb0e8f90e0f96631b1d26caa3

Enabling travis build

LLukazoid committed 7 years ago
Unverified
1f0ea44dac20ab652da45e9c3ea2076b619742f9

Initial commit

LLukazoid committed 7 years ago

README

The README file for this repository.

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