minehut 1.0.1

Simple Rust wrapper for the Minehut API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod mh_stats;
mod server_info;
mod product_info;

pub use self::{
    mh_stats::HomePageStats,
    mh_stats::PlayerDistribution,
    mh_stats::SimpleStats,
    server_info::Server,
    server_info::ServerInfo,
    server_info::ServerIcon,
    server_info::ServerList,
    server_info::ServerListData,
    product_info::Product
};