Expand description
MC Named Binary Tag type.
Modules§
- de
- Deserialize Named Binary Tag data to a Rust data structure.
- ser
- Serialize a Rust data structure into Named Binary Tag data.
Structs§
- Blob
- A generic, complete object in Named Binary Tag format.
Enums§
- Endianness
- Error
- Errors that may be encountered when constructing, parsing, or encoding
NbtValueandNbtBlobobjects. - Value
- Values which can be represented in the Named Binary Tag 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.
- to_
gzip_ writer - Encode
valuein Named Binary Tag format to the givenio::Writedestination, with an optional header. - to_
writer - Encode
valuein Named Binary Tag format to the givenio::Writedestination, with an optional header. - to_
zlib_ writer - Encode
valuein Named Binary Tag format to the givenio::Writedestination, with an optional header.
Type Aliases§
- Result
- A convenient alias type for results when reading/writing the Named Binary Tag format.