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

#221 in WebSocket

Download history 24/week @ 2024-03-12 18/week @ 2024-03-19 9/week @ 2024-03-26 32/week @ 2024-04-02 8/week @ 2024-04-09 2/week @ 2024-05-28

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

~9–24MB
~335K SLoC