Crate nbt

source ·
Expand description

MC Named Binary Tag type.

Modules

Deserialize Named Binary Tag data to a Rust data structure.
Serialize a Rust data structure into Named Binary Tag data.

Structs

A generic, complete object in Named Binary Tag format.

Enums

Errors that may be encountered when constructing, parsing, or encoding NbtValue and NbtBlob objects.
Values which can be represented in the Named Binary Tag format.

Functions

Decode an object from Named Binary Tag (NBT) format.
Decode an object from Named Binary Tag (NBT) format.
Decode an object from Named Binary Tag (NBT) format.
Encode value in Named Binary Tag format to the given io::Write destination, with an optional header.
Encode value in Named Binary Tag format to the given io::Write destination, with an optional header.
Encode value in Named Binary Tag format to the given io::Write destination, with an optional header.

Type Definitions

A convenient alias type for results when reading/writing the Named Binary Tag format.