#future #hyper #async-io #compatibility #async-write #async-read #traits

hyper-futures

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

2 releases

0.1.1 Jan 11, 2024
0.1.0 Jan 9, 2024

#550 in Asynchronous

30 downloads per month

MIT license

11KB
57 lines

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"

Dependencies

~4.5–6MB
~105K SLoC