vtubestudio-rs
A library for interacting with the VTube Studio API.
Basic usage
This example creates a Client using the provided builder, which:
- connects to
ws://localhost:8001usingtokio_tungstenite - authenticates with an existing token (if present and valid)
- reconnects when disconnected, and retries the failed request on reconnection success
- requests a new auth token on receiving an auth error, and retries the initial failed request on authentication success
use ;
use StatisticsRequest;
async
For more details, please check the documentation on docs.rs.