r6stats_client 0.2.3

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

pub mod model;

mod client;
mod http;

pub use self::client::Client;