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_player_summaries;
pub mod get_friend_list;
pub mod get_player_bans;
pub mod resolve_vanity_url;

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