steamr 0.4.0

HTTP client library to communicate with Valve's Steam API
Documentation
1
2
3
4
5
6
7
#![doc = include_str!("../README.md")]
#![deny(missing_docs)]

pub mod client;
pub mod errors;
pub mod friends;
pub mod games;