Expand description
async WebSocket client functionality (requires a browser (WASM) or tokio (native) executors)
Re-exports§
pub use config::WebSocketConfig;
pub use error::Error;
pub use options::ConnectOptions;
pub use options::ConnectStrategy;
pub use result::Result;
pub use message::*;
Modules§
Structs§
- WebSocket
- An async WebSocket implementation capable of operating uniformly under a browser-backed executor in WASM and under native tokio-runtime.
- _WSI