socks5rs

Crates.iosocks5rs
lib.rssocks5rs
version0.3.1
created_at2025-04-02 12:47:29.701109+00
updated_at2025-05-09 05:46:02.996338+00
descriptionMinimal, Low-Level and simple socks5 protocol implementation
homepage
repositoryhttps://github.com/thehxdev/socks5rs
max_upload_size
id1616470
size26,296
Hossein Khosravi (thehxdev)

documentation

README

Socks5rs

Socks5rs is a very minimal and simple socks5 protocol implementation based on RFC1928 and tokio async runtime (with io-util feature flag). This library is low-level and does not abstract IO operations except tiny io module. Instead it operates on raw bytes and provides abstractions for working with Socks5 protocol itself to be used in many situations and with any IO implementation (See Sans I/O).

Examples

Commit count: 24

cargo fmt