Docs.rs
socks-lib-0.1.6
socks-lib 0.1.6
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ioaths
Dependencies
bytes ^1
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
optional
criterion ^0.7
dev
curl ^0.4
dev
http-body-util ^0.1
dev
hyper ^1.6
dev
hyper-util ^0.1
dev
rcgen ^0.13
dev
rustls-pemfile ^2
dev
tokio ^1
dev
tokio-rustls ^0.26
dev
Versions
16.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
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
socks_lib/
lib.rs
1
pub mod
v5;
2
3
pub mod
net {
4
pub use
tokio::net::
*
;
5
}
6
7
pub mod
io {
8
pub use
tokio::io::
*
;
9
}