Crate rsteam

Source
Expand description

Easy to use API wrapper for Steam web API.

Provides an easy way to use Steam web API asynchronously. The client is lightweight, since it’s build on top of hyper

Re-exports§

pub use steam_id::SteamID;

Modules§

error
legacy
player_service
Implementations for the IPlayerService interface
steam_apps
Implementations for ISteamApps interface
steam_id
steam_news
Implementation for ISteamNews interface
steam_user
Implementations for the ISteamUser interface
steam_user_stats
Implementations for the ISteamUserStats interface

Structs§

SteamClient
Client to make API requests easily.