SOCKS5 client/server library using async/.await

Features

Examples

Please check ./examples/ directory.

```bash

Run client

cargo run --example client

Run server

cargo run --example server ```

TODO

Inspired by

Thanks to all these SOCKS5 projects

Further consideration