Socks5rs
Socks5rs is a very minimal and simple socks5 protocol implementation based on RFC1928
and tokio async runtime. This library is low-level and does not abstract IO operations except tiny io module.
Instead it operates on raw bytes and provides abstractions for working with Socks5 protocol itself to be used in many situations and
with any IO implementation (See Sans I/O).