SOCKS Protocol Library in Rust
SOCKS5 Connect Server
```shell
cargo run --example connect
```
SOCKS5 UDP Associate Server
```shell
cargo run --example associate
```
```toml
[dependencies]
socks-lib = { version = "*" }
```
[RFC 1928: SOCKS Protocol Version 5](https://datatracker.ietf.org/doc/html/rfc1928)
Licensed under the Apache-2.0 License.