| Crates.io | tokio-socks5 |
| lib.rs | tokio-socks5 |
| version | 0.1.4 |
| created_at | 2017-08-30 02:57:43.777738+00 |
| updated_at | 2017-09-25 16:04:36.48696+00 |
| description | async socks5 protocol |
| homepage | https://github.com/cssivision/tokio-socks5-rs |
| repository | https://github.com/cssivision/tokio-socks5-rs |
| max_upload_size | |
| id | 29843 |
| size | 12,037 |
async socks5 protocol base on tokio.
First, add this to your Cargo.toml:
[dependencies]
tokio-socks5 = "0.1"
Next, add this to your crate:
extern crate tokio_socks5;
All source code is licensed under the MIT License.