r6stats_client 0.2.3

Client for the r6stats API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! The stats endpoint of the api.

pub mod model;

mod client;
mod http;
mod kind;

pub use self::client::Client;

use self::kind::Kind;