ark0f / async-socks5

An async/.await SOCKS5 implementation
Apache License 2.0
80 stars 16 forks source link

async-std support #30

Open spacemeowx2 opened 4 years ago

spacemeowx2 commented 4 years ago

I can make a PR if you like. I'd like to switch runtime by enabling feature.

ark0f commented 4 years ago

It will be fine to get PR

spacemeowx2 commented 4 years ago

Sorry I found it's hard to fit test so hang it for a long time.

Not sure what is the best way to pass the doc tests

https://github.com/spacemeowx2/async-socks5/actions/runs/162932246

ark0f commented 4 years ago

Use #[cfg(feature = "tokio")] for them