Expand description
This crate is a core module of a minimal SOCKS5 client library.
Intended to use with a local Tor SOCKS5 proxy.
Structs§
- Domain
Name - This type represents a domain name used by SOCKS5.
- Socket
Domain Name - This type represents a socket address which uses domain name, that is, a domain name with a port.
Enums§
- Addr
- This type represents IPv4, IPv6 address or a domain name used by SOCKS5.
- Parse
Addr Error - An error which can be returned when parsing a SOCKS address or a SOCKS socket address.
- Parse
Domain Name Error - An error which can be returned when parsing a domain name.
- Parse
Socket Addr Error - An error which can be returned when parsing a SOCKS socket address.
- Socket
Addr - This type represents a socket address used by SOCKS5.