[][src]Module fastnbt::nbt

For handling NBT data, which Minecraft uses for most data storage.

Parser has some usage examples which might be helpful.

Structs

Parser

Parser can take any reader and parse it as NBT data. Does not do decompression.

Enums

Error
Tag

The NBT tag. This does not carry the value or the name.

Value

An NBT value.

Functions

find_compound
find_list
skip_compound

Type Definitions

Result