hypixel-sdk 0.2.1

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

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

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