sfackler / rust-socks

Apache License 2.0
82 stars 25 forks source link

Async support #12

Open Diggsey opened 6 years ago

Diggsey commented 6 years ago

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:

sfackler commented 6 years ago

I'd probably want to have a separate tokio-socks crate for that, but seems reasonable to have.

Diggsey commented 6 years ago

Would you mind publishing a new release BTW (with the winapi fix)? I currently have to use a git dependency which will block https://github.com/seanmonstar/reqwest/pull/339

sfackler commented 6 years ago

Done

elpiel commented 4 years ago

I want to join in and help for making this async, but I need some guidance how this should be done.