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
9
pub mod get_player_achievements;
pub mod get_user_stats_for_game;
pub mod get_schema_for_game;
pub mod get_global_achievement_percentages_for_app;
pub mod get_number_of_current_players;

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