This crate provides a relatively low-level asynchronized SOCKS5 server implementation based on tokio.
Check out crate socks5-proto for an implementation of SOCKS5 fundamental abstractions and async read / write functions.
The entry point of this crate is socks5_server::Server
.
Check examples for usage examples.
GNU General Public License v3.0