Module nbt::de[][src]

Expand description

Deserialize Named Binary Tag data to a Rust data structure.

Structs

Decoder

Decode objects from Named Binary Tag (NBT) format.

Functions

from_gzip_reader

Decode an object from Named Binary Tag (NBT) format.

from_reader

Decode an object from Named Binary Tag (NBT) format.

from_zlib_reader

Decode an object from Named Binary Tag (NBT) format.