[][src]Crate rbx_xml

Super early, unstable XML format (rbxmx and rbxlx) serializer and deserializer for rbx-tree.

The serializer is functional and can write instances with string or bool values, but the deserializer currently does not finish constructing instances.

Enums

DecodeError

Indicates an error trying to parse an rbxmx or rbxlx document

EncodeError

Functions

decode

INCOMPLETE: This function does not finish constructing instances.

decode_str

INCOMPLETE: This function does not finish constructing instances.

encode

Serialize the instances denoted by ids from tree as an XML-format model, writing to output.