[][src]Crate rbx_binary

Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats.

rbx_binary has limited property support. See the rbx-dom homepage for details on what support rbx_binary and its sibling crates have.

Structs

DecodeError

Represents an error that occurred during deserialization.

EncodeError

Represents an error that occurred during serialization.

Functions

decode

Deserializes instances from a reader containing Roblox's binary model format.

encode

Serializes instances from an RbxTree into a writer in Roblox's binary model format.