nicoburns / blessed-rs

A community guide to the Rust ecosystem
https://blessed.rs
1.18k stars 66 forks source link

fix: Hyper doesn't require tokio #22

Closed adamchalmers closed 1 year ago

adamchalmers commented 1 year ago

Hyper supports tokio with the "runtime" and "tcp" features, but does not require it. Fuschia and curl both use their own runtime with hyper. https://github.com/hyperium/hyper/issues/2111