| Crates.io | qusb2snes-client |
| lib.rs | qusb2snes-client |
| version | 0.3.1 |
| created_at | 2021-12-10 20:55:35.060965+00 |
| updated_at | 2021-12-26 20:25:21.555698+00 |
| description | Client for Qusb2snes websocket interface |
| homepage | |
| repository | https://github.com/jhelwig/qusb2snes-client |
| max_upload_size | |
| id | 495876 |
| size | 49,016 |
This crate is currently experimental.
This crate allows interfacing with the websocket server provided by Qusb2snes.
let mut client = Client::new().await.unwrap();
println!("{:#?}", client.device_list().await);