socksv5_future 0.1.3

Socks v5 futures for Server and Client
Documentation
1
2
3
4
5
6
7
8
extern crate futures;
extern crate tokio_io;
extern crate tokio_core;
extern crate bytes;

mod socks_fut;

pub use socks_fut::*;