tokio-socks5

Crates.iotokio-socks5
lib.rstokio-socks5
version0.1.4
sourcesrc
created_at2017-08-30 02:57:43.777738
updated_at2017-09-25 16:04:36.48696
descriptionasync socks5 protocol
homepagehttps://github.com/cssivision/tokio-socks5-rs
repositoryhttps://github.com/cssivision/tokio-socks5-rs
max_upload_size
id29843
size12,037
cssivision (cssivision)

documentation

README

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.

Commit count: 0

cargo fmt