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§
- Steam
Client - Client to make API requests easily.