4 releases
0.1.3 | Feb 9, 2022 |
---|---|
0.1.2 | Feb 9, 2022 |
0.1.1 | Feb 9, 2022 |
0.1.0 | Aug 11, 2021 |
#211 in WebSocket
7KB
105 lines
cross-websocket
A cross-platform websocket client library for Rust.
Example
let (tx, rx) = cross_websocket::connect("ws://localhost:4000").await?.split();
Dependencies
~1–14MB
~175K SLoC