Module fastnbt::value

source ·

Structs§

Enums§

  • Value is a complete NBT value. It owns its data. Compounds and Lists are resursively deserialized. This type takes care to preserve all the information from the original NBT, with the exception of the name of the root compound (which is usually the empty string).

Functions§

  • Interpret a fastnbt::Value as an instance of type T.
  • Convert a T into fastnbt::Value which is an enum that can represent any valid NBT data.