[−][src]Crate rbx_binary
Super early, unstable binary format (rbxm and rbxl) serializer and deserializer for rbx-tree.
Both the serializer and deserializer are functioning for limited property
types. String and Bool (from the rbx_tree 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 |