protontweaks-api-rs
Rust api for interacting with https://api.protontweaks.com
Usage
// ...
const api = new;
async
Rust api for interacting with https://api.protontweaks.com
// ...
const api = Protontweaks::new();
async fn my_code() {
let apps = api.apps().await;
}