sticnarf / tokio-socks

Asynchronous SOCKS proxy support for Rust.
MIT License
68 stars 30 forks source link

FEATURE: Initial support for smol executor and types #18

Closed oleid closed 6 months ago

oleid commented 4 years ago

Using these changes and when activating the feature smol_executor, I can nicely wire up async-ssh2 with this crate.

I'm not sure, if this is the best way to handle the feature flags, however, possible the change is of interest for you.

sticnarf commented 4 years ago

Could you also add an integration test so we can test it through CI?