A cross-platform websocket client library for Rust.
rust let (tx, rx) = cross_websocket::connect("ws://localhost:4000").await?.split();