Crate socksprox

Source

Structsยง

Socks5Server
A super simple, feature-lacking async SOCKS5 server. Currently only supports the CONNECT command (TCP) and limited authentication (Username/Password). No authentication is also supported.
SocksUser
Simple wrapper around a SocksUser with a username / password.