Async WebSocket
A convenience library for using websockets both in native and WASM environments!
use Duration;
use *;
use ;
const NONCE: u64 = 123456789;
async
Crate Feature Flags
The following crate feature flags are available:
| Feature | Default | Description |
|---|---|---|
socks |
No | Enable socks proxy support |
Minimum Supported Rust Version (MSRV)
The MSRV for this project when compiled with default features and on native targets is 1.63.0.
MSRV for WASM targets is 1.73.0
License
This project is distributed under the MIT software license - see the LICENSE file for details