Crate rbx_binary[][src]

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

Structs

DecodeError

Represents an error that occurred during deserialization.

EncodeError

Represents an error that occurred during serialization.

Functions

from_reader_default

Decodes an binary format model or place from something that implements the std::io::Read trait.

to_writer_default

Serializes a subset of the given DOM to a binary format model or place, writing to something that implements the std::io::Write trait.