Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
# Cargo.toml
[dependencies]
async-tungstenite = "0.34.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to a WebSocket server using async-tungstenite with Tokio runtime
Add `features = ["tokio-runtime"]` or `features = ["async-std-runtime"]` to your Cargo.toml dependency
No dependency data recorded yet.