socks-lib 0.1.0

A library compliant with the SOCKS protocol standard
Documentation
# SOCKS
SOCKS Protocol Library in Rust

## Example
SOCKS5 simple server
```shell
cargo run --example transparent
```

## Usage
```toml
[dependencies]
socks = { git = "https://github.com/ombrac/socks.git" }
```

## Protocol Specification
[RFC 1928: SOCKS Protocol Version 5](https://datatracker.ietf.org/doc/html/rfc1928)

## License
Licensed under the Apache-2.0 License.