hyper-futures

Crates.iohyper-futures
lib.rshyper-futures
version0.1.1
sourcesrc
created_at2024-01-09 14:54:56.669014
updated_at2024-01-11 18:08:29.742821
descriptionCompatibility layer for futures to use AsyncRead and AsyncWrite traits with hyper
homepage
repositoryhttps://github.com/AlexSherbinin/hyper-futures
max_upload_size
id1094083
size34,989
Alex (AlexSherbinin)

documentation

README

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"
Commit count: 0

cargo fmt