hyper-socks2 0.2.0

The reborn of the SOCKS4/5 connector for Hyper library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# hyper-socks2
[![Build Status](https://travis-ci.org/ark0f/hyper-socks2.svg?branch=master)](https://travis-ci.org/ark0f/hyper-socks2)
![License](https://img.shields.io/crates/l/hyper-socks2.svg)
[![crates.io](https://img.shields.io/crates/v/hyper-socks2.svg)](https://crates.io/crates/hyper-socks2)
[![API docs](https://docs.rs/hyper-socks2/badge.svg)](https://docs.rs/hyper-socks2)
[![Codecov](https://codecov.io/gh/ark0f/hyper-socks2/branch/master/graph/badge.svg)](https://codecov.io/gh/ark0f/hyper-socks2)

The reborn of the SOCKS4/5 connector for Hyper library

# License
hyper-socks2 under either of:

* [Apache License 2.0]https://github.com/ark0f/hyper-socks2/blob/master/LICENSE-APACHE.md
* [MIT]https://github.com/ark0f/hyper-socks2/blob/master/LICENSE-MIT.md

at your option.