Docs.rs
async-wsocket-0.14.0
async-wsocket 0.14.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
yukibtc
Dependencies
futures-util ^0.3
normal
url ^2.5
normal
tokio ^1
dev
tokio ^1
normal
tokio-happy-eyeballs ^0.1
normal
tokio-rustls ^0.26
normal
tokio-socks ^0.5
normal
optional
tokio-tungstenite ^0.28
normal
futures ^0.3
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
Versions
71.43%
of the crate is documented
Platform
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
Skip to main content
connect
async_
wsocket
0.14.0
In async_
wsocket::
native
async_wsocket
::
native
Function
connect
Copy item path
Source
pub async fn connect( url: &
Url
, mode: &
ConnectionMode
, ) ->
Result
<
WebSocket
,
Error
>