hyper-futures

Compatibility layer for futures to use AsyncRead and AsyncWrite traits with hyper


License
MIT

Documentation

Hyper-futures

Cargo

This crate provides compatibility layer for AsyncRead and AsyncWrite traits from futures crate and Hyper's runtime.

Usage

Add the following dependency to your Cargo.toml file:

[dependencies]
hyper-futures = "0.1.0"