Docs.rs
tokio-socks-0.5.0
tokio-socks 0.5.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sticnarf
Dependencies
either ^1
normal
futures ^0.3
normal
thiserror ^1.0
normal
tokio ^1.0
normal
hyper ^0.14
dev
once_cell ^1.2.0
dev
tokio ^1.0
dev
Versions
84.62%
of the crate is documented
Go to latest version
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
☰
Type Definition Result
tokio_socks
?
[
−
]
[src]
Type Definition
tokio_socks
::
Result
type Result<T> =
Result
<T,
Error
>;