Crate socken5

Crate socken5 

Source
Expand description

Socks5 protocol structure

Socken5 provides an incomplete protocol structure for the socks5 protocol.

§Usage

[dependencies]
socken5 = "0.1.0"

Modules§

downstream
Downstream packets.
upstream
Upstream packets.

Enums§

Addr
An address type, either IPv4, IPv6 or domain name.
Command
A socks5 command.
Error
A socks5 error.
Method
A socks5 method.
Reply
A socks5 command reply.

Traits§

AsyncRead
AsyncWrite

Type Aliases§

Result
A socks5 result.