6 releases

0.3.1 Dec 26, 2021
0.3.0 Dec 26, 2021
0.2.1 Dec 16, 2021
0.1.2 Dec 12, 2021

#233 in WebSocket

Download history 17/week @ 2024-07-27 10/week @ 2024-09-21

314 downloads per month

MIT license

14KB
274 lines

qusb2snes-client License: MIT qusb2snes-client on crates.io qusb2snes-client on docs.rs Source Code Repository qusb2snes-client on deps.rs

This crate is currently experimental.

This crate allows interfacing with the websocket server provided by Qusb2snes.

Examples

let mut client = Client::new().await.unwrap();
println!("{:#?}", client.device_list().await);

lib.rs:

This crate is currently experimental.

This crate allows interfacing with the websocket server provided by Qusb2snes.

Examples

# // TODO: Come up with a testable example.
let mut client = Client::new().await.unwrap();
println!("{:#?}", client.device_list().await);

Dependencies

~10–23MB
~329K SLoC