Skip to content

Lukazoid/lz_stream_io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages