fast-socks5 0.1.0

Fast SOCKS5 client/server implementation written in Rust async/.await (with async-std)
Documentation

SOCKS5 async/.await Rust implementation

Using async-std library.

Examples

  • Run client cargo run --example client
  • Run server cargo run --example server

TODO

  • Tests have to be implemented

Inspired by

Thanks to all these SOCKS5 projects

Further consideration