quartz_nbt 0.2.1

Provides support for serializing and deserializing Minecraft NBT data in binary and string form.
Documentation

quartz_nbt

Provides support for encoding and decoding Minecraft's NBT format. This crate supports both zlib and gz compression, and also provides tools for converting NBT data to stringified NBT (SNBT) and vice versa.

Usage

Use the most recent version of this crate when adding it to your dependencies as shown below.

[dependencies]
quartz_nbt = "0.2.0"

View the documentation here for examples.