Docs.rs
tokio-socks-0.5.2
tokio-socks 0.5.2
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
80.52%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
tokio_socks/tcp/
mod.rs
1
pub mod
socks4;
2
pub mod
socks5;
3
4
pub use
socks4::
*
;
5
pub use
socks5::
*
;