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

#212 in WebSocket

Download history 143/week @ 2023-12-18 3/week @ 2023-12-25 16/week @ 2024-01-01 35/week @ 2024-01-08 43/week @ 2024-01-15 5/week @ 2024-01-29 1/week @ 2024-02-12 20/week @ 2024-02-19 22/week @ 2024-02-26 25/week @ 2024-03-04 15/week @ 2024-03-11 25/week @ 2024-03-18 8/week @ 2024-03-25 33/week @ 2024-04-01

83 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–23MB
~339K SLoC