Docs.rs
socks5-impl-0.5.17
socks5-impl 0.5.17
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
ssrlive
blechschmidt
Dependencies
as-any ^0.3
normal
async-trait ^0.1
normal
byteorder ^1
normal
bytes ^1
normal
percent-encoding ^2
normal
serde ^1
normal
thiserror ^2
normal
tokio ^1
normal
optional
clap ^4
dev
ctrlc2 ^3
dev
dotenvy ^0.15
dev
env_logger ^0.11
dev
hickory-proto ^0.24
dev
log ^0.4
dev
moka ^0.12
dev
rand ^0.8
dev
tokio ^1
dev
Versions
48.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
socks5_
impl
0.5.17
Module client
Module Items
Structs
Traits
Functions
Type Aliases
In crate socks5_
impl
socks5_impl
Module
client
Copy item path
Source
Structs
§
Socks
Datagram
A UDP socket that sends packets through a proxy.
Socks
Listener
A listener that accepts TCP connections through a proxy.
UdpClient
Impl
Traits
§
Socks5
Reader
Socks5
Writer
UdpClient
Trait
Functions
§
connect
Proxifies a TCP connection. Performs the
CONNECT
command under the hood.
create_
udp_
client
Type Aliases
§
Guard
TcpStream
Socks
UdpClient