//! Easy to use API wrapper for Steam web API.
//!
//! Provides an easy way to use Steam web API asynchronously. The client is lightweight,
//! since it's build on top of [hyper]
//!
//! [hyper]: https://hyper.rs/
pub use SteamClient;
pub use SteamID;