hypixel
Asynchronous Rust client for the Hypixel Public API, with a focus on SkyBlock.
use HypixelClient;
async
Features
- Full v2 endpoint coverage: general, SkyBlock, and resources.
- Strongly-typed models with an
extracatch-all on volatile objects, so responses keep deserializing as Hypixel evolves the API. - Rate-limit state parsed from response headers ([
HypixelClient::rate_limit]). - Helpers in [
util]: leveling math, bazaar/auction summaries, networth estimation, and (under the defaultnbtfeature) base64+gzip NBT inventory decoding.
Feature flags
nbt(default): enables [util::nbt] and NBT-based networth extraction.
Disable with default-features = false if you do not need NBT decoding.
License
MIT