Skip to main content

steam_webapi_rust_sdk/
isteam_apps.rs

1pub mod get_app_list;
2
3
4pub fn get_interface() -> String {
5    "ISteamApps".to_string()
6}