Replies: 1 comment 1 reply
-
Yes, there is a helper in hyper-util. I would like a guide at hyper.rs/guides to mention it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hyper v1, unlike v0.14, is less tied to Tokio and requires a special
unsafe
-using adaptor to make Hyper v1 speak in Tokio's terms.This adapter is even used in a client example, which is linked from the docs, making it trickier to use the example as a template for a project.
Should Hyper's docs mention Tokio explicitly and hint users e.g. to use some crate which implements that
tokiort
?Beta Was this translation helpful? Give feedback.
All reactions