socks-lib

Crates.iosocks-lib
lib.rssocks-lib
version0.1.6
created_at2024-11-12 09:19:48.46334+00
updated_at2025-09-15 01:21:58.915156+00
descriptionA library compliant with the SOCKS protocol standard
homepage
repositoryhttps://github.com/ombrac/socks-lib
max_upload_size
id1444692
size125,508
(ioaths)

documentation

README

SOCKS

SOCKS Protocol Library in Rust

Example

SOCKS5 Connect Server

cargo run --example connect

SOCKS5 UDP Associate Server

cargo run --example associate

Protocol Specification

RFC 1928: SOCKS Protocol Version 5

License

Licensed under the Apache-2.0 License.

Commit count: 23

cargo fmt