Docs.rs
tokio-socks-0.5.2
tokio-socks 0.5.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sticnarf
Dependencies
either ^1
normal
futures-io ^0.3
normal
optional
futures-util ^0.3
normal
thiserror ^1.0
normal
tokio ^1.0
normal
optional
futures-executor ^0.3
dev
futures-util ^0.3
dev
once_cell ^1.2.0
dev
smol ^2.0.0
dev
tokio ^1.0
dev
Versions
77.36%
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
tokio_socks
0.5.2
Module socks4
Structs
In tokio_socks::tcp
Module
tokio_socks
::
tcp
::
socks4
Copy item path
source
·
[
−
]
Structs
§
Socks4Connector
A
Future
which resolves to a socket to the target server through proxy.
Socks4Listener
A SOCKS4 BIND client.
Socks4Stream
A SOCKS4 client.