Crates.io | wta-hyper |
lib.rs | wta-hyper |
version | 0.1.0 |
source | src |
created_at | 2022-05-09 08:29:51.467492 |
updated_at | 2022-05-09 08:29:51.467492 |
description | Hyper support for the what-the-async runtime |
homepage | |
repository | https://github.com/conradludgate/what-the-async |
max_upload_size | |
id | 583096 |
size | 27,278 |
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.