Expand description
NBTea - Library for working with NBT.
All top level functions assume that data you are parsing in is inside compound tag.
Structs
- NBT Byte array.
- When compressing data, the compression level can be specified by a value in this enum.
- NBT Int array.
- NBT Long array.
- Tag with a name.
Enums
- Error type.
- Nameless nbt tag
- Unique id for type of the tag.
Functions
- Parses deserializable value from reader.
- Parses deserializable value from gzip compressed reader.
- Parses deserializable value from slice.
- Parses deserializable value from gzip compressed slice.
- Parses a tag from reader.
- Parses a tag from gzip compressed reader.
- Parses a tag from slice.
- Parses a tag from gzip encoded slice.
- Writes tag to a vector.
- Writes tag to a vector, compressing data with gzip.
- Writes tag to a writer.
- Writes tag to a writer, compressing data with gzip.
- Writes serializable value to a
Vec<u8>. - Writes serializable value to a
Vec<u8>, compressing data with gzip. - Writes serializable value to a writer.
- Writes serializable value to a writer, compressing data with gzip.
Type Definitions
- Result type.