socks-lib 0.1.2

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

## Example
SOCKS5 Connect Server
```shell
cargo run --example connect
```

SOCKS5 UDP Associate Server
```shell 
cargo run --example associate
```

## Usage
```toml
[dependencies]
socks-lib = { version = "*" }
```

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

## License
Licensed under the Apache-2.0 License.