steam-rs 0.5.1

Safe Rust bindings for the Steam Web API
Documentation
1
2
3
4
5
6
7
//! # Implements the `ISteamNews` interface
//!
//! Provides access to the Steam News functionality.

const INTERFACE: &str = "ISteamNews";

pub mod get_news_for_app;