//! This module stores all "handlers" for the Hypixel API. This was
//! made to seperate functionality.
//!//! Most of these require API key authentication. As such, you are
//! provided with a `handler::Client` struct that stores the key.
#[cfg(feature ="players")]pubmodplayer_data;#[cfg(feature ="resources")]pubmodresources;#[cfg(feature ="skyblock")]pubmodskyblock;#[cfg(feature ="others")]pubmodothers;