Docs.rs
fast-socks5-0.10.0
fast-socks5 0.10.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dizda
Dependencies
anyhow ^1
normal
async-trait ^0.1
normal
log ^0.4
normal
thiserror ^1
normal
tokio ^1
normal
tokio-stream ^0.1
normal
env_logger ^0.9
dev
structopt ^0.3
dev
tokio ^1
dev
tokio-test ^0.4
dev
Versions
33.11%
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
fast_
socks5
0.10.0
In fast_
socks5::
util::
stream
fast_socks5
::
util
::
stream
Function
tcp_connect
Copy item path
Source
pub async fn tcp_connect<T>(addr: T) ->
Result
<
TcpStream
>
where T:
ToSocketAddrs
,