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
andserde::Deserialize
- Tag
- Represents any NBT Tag,
implements
serde::Serialize
andserde::Deserialize
- TagConversion
Error - TagType
- Represents the different NBT Tag Types
Traits§
Type Aliases§
- Compound
- Represents a NBT Compound,
implements
serde::Serialize
andserde::Deserialize
- Result