coc-rs 0.8.4

A Rust crate wrapper around the Clash of Clans public API
Documentation
mod player;
pub use player::*;

mod player_history;
pub use player_history::*;

mod clan;
pub use clan::*;

mod clan_history;
pub use clan_history::*;

mod leaderboard_options;
pub use leaderboard_options::*;

mod rankings;
pub use rankings::*;

mod leaderboards;
pub use leaderboards::*;