[][src]Crate rbx_xml

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

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

Macros

read_event

Enums

DecodeError

Indicates an error trying to parse an rbxmx or rbxlx document

EncodeError

Functions

decode

Decodes source from the given buffer into the instance in the given tree.

decode_str

A utility method to decode an XML-format model from a string.

encode

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