Module snbt

Source

Structs§

SnbtError
SnbtReader
SnbtWriter

Enums§

SnbtErrorKind

Functions§

from_snbt_str
Parse a string in SNBT format into a Value. Assert that the string has no trailing data. SNBT is quite similar to JSON, but with some differences. See the wiki for more information.
to_snbt_string
Convert a value to a string in SNBT format.