tokio-socks5 0.1.4

async socks5 protocol
Documentation

tokio-socks5-rs

Build Status crate License

Documentation

async socks5 protocol base on tokio.

Usage

First, add this to your Cargo.toml:

[dependencies]
tokio-socks5 = "0.1"

Next, add this to your crate:

extern crate tokio_socks5;

Licenses

All source code is licensed under the MIT License.