tokio-socks5 0.1.4

async socks5 protocol
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug)]
pub struct Client {}

impl Client {
    pub fn new() -> Client {
        Client {}
    }
}