Replies: 3 comments
-
The type now exists in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Wonderful. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@seanmonstar Spoke too soon; I see there aren't any default features set in hyper-util, but |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
In this commit: f9f65b7 it says there's a wrapper type allowing for continued use of
tokio::io::{AsyncRead, AsyncWrite}
(which Sockets in https://github.com/cloudflare/workers-rs use). I tried adding hyper-util, but the program was no longerwasm32-unknown-unknown
compatible. I couldn't find the related wrapper type anyway.Could this wrapper just be set behind a feature flag instead?
Beta Was this translation helpful? Give feedback.
All reactions