A library for encoding and decoding Minecraft's Named Binary Tag (NBT) format.
binary
: Serialize and deserialize in Java edition's binary format.snbt
: Serialize and deserialize in "stringified" format.preserve_order
: Preserve the order of fields inCompound
s during insertion and deletion. The iterators onCompound
then implementDoubleEndedIterator
.serde
: Adds support forserde
java_string
: Adds support for Java-compatible strings via thejava_string
crate.