| Crates.io | cross-websocket |
| lib.rs | cross-websocket |
| version | 0.1.3 |
| created_at | 2021-08-11 11:21:11.484425+00 |
| updated_at | 2022-02-09 12:43:43.36738+00 |
| description | A cross platform websocket client |
| homepage | https://github.com/Hihaheho/Desk/tree/main/crates/libs/cross-websocket |
| repository | https://github.com/Hihaheho/Desk |
| max_upload_size | |
| id | 434743 |
| size | 6,145 |
A cross-platform websocket client library for Rust.
let (tx, rx) = cross_websocket::connect("ws://localhost:4000").await?.split();