steam-rs 0.5.1

Safe Rust bindings for the Steam Web API
Documentation
1
2
3
4
5
6
//! # Implements the `ISteamEconomy` interface

const INTERFACE: &str = "ISteamEconomy";

pub mod get_asset_class_info;
pub mod get_asset_prices;