rsteam

Crates.iorsteam
lib.rsrsteam
version0.2.1
sourcesrc
created_at2021-11-01 09:03:49.471422
updated_at2023-10-24 20:23:32.451772
descriptionrsteam is a easy to use async wrapper for the steam web api
homepage
repositoryhttps://github.com/KnoxZZ/rsteam
max_upload_size
id475121
size102,014
Kalle Kankaanpää (kallekankaanpaa)

documentation

https://docs.rs/rsteam

README

rsteam

Version License Docs Downloads

Easy to use API wrapper for steam web API.

  • Asynchronous

Get started by checking the examples

Currently supported interfaces:

  • ISteamUser
    • ResolveVanityURL
    • GetPlayerSummaries
    • GetPlayerBans
    • GetFriendList
    • GetUserGroupList
  • ISteamUserStats
    • GetGlobalAchievementPercentagesForApp
    • GetNumberOfCurrentPlayers
    • GetUserStatsForGame
  • IPlayerService
    • GetBadges
    • GetCommunityBadgeProcess
    • GetOwnedGames
    • GetRecentlyPlayedGames
    • GetSteamLevel
    • IsPlayingSharedGame
  • ISteamApps
    • GetAppList
  • ISteamNews
    • GetNewsForApp
  • Legacy
    • Legacy "interface" includes methods to fetch group info
Commit count: 65

cargo fmt