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