SOCKS Protocol Library in Rust
SOCKS5 simple server
```shell
cargo run --example transparent
```
```toml
[dependencies]
socks = { git = "https://github.com/ombrac/socks.git" }
```
[RFC 1928: SOCKS Protocol Version 5](https://datatracker.ietf.org/doc/html/rfc1928)
Licensed under the Apache-2.0 License.