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;