//! 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.
pubmodleveling;pubmodmarket;pubmodnetworth;#[cfg(feature ="nbt")]pubmodnbt;