socks5-impl 0.2.4

Fundamental abstractions and async read / write functions for SOCKS5 protocol and Relatively low-level asynchronized SOCKS5 server implementation based on tokio
Documentation
1
2
3
4
5
6
mod request;
mod response;

pub use self::{request::Request, response::Response};

pub const SUBNEGOTIATION_VERSION: u8 = 0x01;