Module fastnbt::stream

source ·
Expand description

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

Structs§

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

Enums§

Functions§

  • Parse until the compound with the given name is found. This will enter other compounds and lists, rather than find a compound at the current level.
  • Parse until the list with the given name is found. This will enter other compounds and lists, rather than find a list at the current level.
  • Parse the input until the compound we are currently inside is complete. Handles inner compounds by skipping those as well.

Type Aliases§

  • An optional String.
  • Convenience type for Result.