Crates.io | hyper-futures |
lib.rs | hyper-futures |
version | 0.1.1 |
source | src |
created_at | 2024-01-09 14:54:56.669014 |
updated_at | 2024-01-11 18:08:29.742821 |
description | Compatibility layer for futures to use AsyncRead and AsyncWrite traits with hyper |
homepage | |
repository | https://github.com/AlexSherbinin/hyper-futures |
max_upload_size | |
id | 1094083 |
size | 34,989 |
This crate provides compatibility layer for AsyncRead and AsyncWrite traits from futures crate and Hyper's runtime.
Add the following dependency to your Cargo.toml
file:
[dependencies]
hyper-futures = "0.1.0"