fume-core 0.0.2

A strongly-opinionated Rust wrapper for steam web APIs.
Documentation
1
2
3
4
5
6
7
8
9
use crate::quoted_number;

pub(crate) const INTERFACE: &str = "ISteamApps";

pub mod get_app_list;

// for get_app_list, we actually don't need this
// however let allow AppId to be quoted anyway
quoted_number!(AppId);