Module nbt

Source
Available on crate feature nbt only.
Expand description

Module for serializing and deserializing NBT data

Modules§

bin
Module for reading and writing binary NBT streams, can be used for files and packets.
byte_array
int_array
long_array

Structs§

Error
An error for serializing and deserializing NBT, provides a back trace to the field that caused the error.

Enums§

List
Represents any NBT List, implements serde::Serialize and serde::Deserialize
Tag
Represents any NBT Tag, implements serde::Serialize and serde::Deserialize
TagConversionError
TagType
Represents the different NBT Tag Types

Traits§

CompoundTryGetInto

Type Aliases§

Compound
Represents a NBT Compound, implements serde::Serialize and serde::Deserialize
Result