Crate nbt_parser

Source

Structs§

NamedTag
A named tag. Contains only the name on its own, and the actual tag’s contents are accessible via the content field.

Enums§

UnnamedTag
An unnamed tag.

Functions§

decode
Decode a Read instance. It is assumed that, as the spec defines, the contents of the instance are gzipped.