Expand description

async WebSocket client functionality (requires a browser (WASM) or tokio (native) executors)

Re-exports

pub use error::Error;
pub use options::Options;
pub use result::Result;
pub use message::*;

Modules

Structs

An async WebSocket implementation capable of operating uniformly under a browser-backed executor in WASM and under native tokio-runtime.

Traits

Type Definitions