Crate socken5[][src]

Expand description

Socks5 protocol structure

Socken5 provides an incomplete protocol structure for the socks5 protocol.

Usage

[dependencies]
socken5 = "0.1.0"

Modules

Downstream packets.

Upstream packets.

Enums

An address type, either IPv4, IPv6 or domain name.

A socks5 command.

A socks5 error.

A socks5 method.

A socks5 command reply.

Traits

Type Definitions

A socks5 result.