6 releases
0.3.1 | Dec 26, 2021 |
---|---|
0.3.0 |
|
0.2.1 | Dec 16, 2021 |
0.1.2 | Dec 12, 2021 |
#221 in WebSocket
314 downloads per month
14KB
274 lines
qusb2snes-client
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