steam-webapi-rust-sdk 0.0.9

Rust SDK for the Steam Web API: player profiles, owned games, stats/achievements, app catalog and news, and Dota 2 data, with built-in response caching
Documentation
1
2
3
4
5
6
7
8
pub mod get_owned_games;
pub mod get_recently_played_games;
pub mod get_steam_level;
pub mod get_badges;

pub fn get_interface() -> String {
    "IPlayerService".to_string()
}