//! # Hypixel
//!
//! This crate is an API wrapper for the Hypixel public API. All methods
//! that retrieve data is asynchronous and uses await.
//!
//! Crate provides different structs to contact different endpoints.
//! The modules are features and you can enable them or disable them.
//! API requires an API token you can get from the Hypixel server by
//! running the `/api` command.
pub use crateHypixelError as Error;
pub use crateerror;
pub use crateobjects;
pub use cratehandler;