hypixel-sdk 0.1.0

Async client for the Hypixel Public API with typed models and SkyBlock helpers
Documentation
1
2
3
4
5
6
7
8
9
10
//! Helpers for processing data returned by the API: skill/XP leveling math,
//! bazaar/auction market summaries, networth estimation, and (behind the `nbt`
//! feature) decoding of base64+gzip NBT item blobs.

pub mod leveling;
pub mod market;
pub mod networth;

#[cfg(feature = "nbt")]
pub mod nbt;