[][src]Crate rbx_binary

Super early, unstable binary format (rbxm and rbxl) serializer and deserializer for rbx-dom.

Both the serializer and deserializer are functioning for limited property types. String and Bool (from the rbx_dom_weak crate) are the only supported values. Unrecognized values will be ignored when deserializing, and cause a panic when serializing.

Enums

DecodeError
EncodeError

Functions

decode

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

encode

Serialize the instances denoted by ids from tree to Roblox's binary format.