wta-hyper

Crates.iowta-hyper
lib.rswta-hyper
version0.1.0
sourcesrc
created_at2022-05-09 08:29:51.467492
updated_at2022-05-09 08:29:51.467492
descriptionHyper support for the what-the-async runtime
homepage
repositoryhttps://github.com/conradludgate/what-the-async
max_upload_size
id583096
size27,278
Conrad Ludgate (conradludgate)

documentation

README

Hyper

Hyper is a low-level HTTP library that normally makes use of tokio, but is fundamentally runtime agnostic. We can use hyper over our runtime by implementing the Executor trait and the Accept trait.

Commit count: 11

cargo fmt