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 |
#33 in #wasm-native
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
~0.9–10MB
~203K SLoC