I'm working on integrating this with reqwest to allow sending proxied requests more easily.
It would be useful to add async support to rust-socks:
- asynchronous versions of
connect and connect_with_password
- implement
AsyncRead and AsyncWrite for the various stream types
I'm working on integrating this with
reqwestto allow sending proxied requests more easily.It would be useful to add async support to rust-socks:
connectandconnect_with_passwordAsyncReadandAsyncWritefor the various stream types