[][src]Module fastnbt::stream

Allows streaming of NBT data without prior knowledge of the structure.

Structs

Parser

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

Enums

Error
Value

An NBT value.

Functions

dump
find_compound
find_list
skip_compound

Type Definitions

Name
Result