Documentation
async socks5 protocol base on tokio.
First, add this to your Cargo.toml:
Cargo.toml
toml [dependencies] tokio-socks5 = "0.1"
Next, add this to your crate:
rust extern crate tokio_socks5;
All source code is licensed under the MIT License.