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 inCompounds during insertion and deletion. The iterators onCompoundthen implementDoubleEndedIterator.serde: Adds support forserdejava_string: Adds support for Java-compatible strings via thejava_stringcrate.