rbx_binary

Crates.iorbx_binary
lib.rsrbx_binary
version0.7.4
sourcesrc
created_at2019-01-14 18:45:21.427793
updated_at2024-01-16 19:13:08.329891
descriptionImplementation of Roblox's binary model (rbxm) and place (rbxl) file formats
homepagehttps://github.com/rojo-rbx/rbx-dom
repositoryhttps://github.com/rojo-rbx/rbx-dom.git
max_upload_size
id108541
size1,133,489
Micah (Dekkonot)

documentation

https://docs.rs/rbx_binary

README

rbx_binary

rbx_binary on crates.io rbx_binary docs

More details about this crate are available on the rbx-dom GitHub.

Implementation of Roblox's binary model formats, rbxm and rbxl, for the rbx-dom ecosystem.

Coverage

rbx_binary supports all property types from rbx_types. It currently embeds a reflection database which contains a list of classes, properties, their types, and other information. In the event that this database is outdated, some issues may come up.

These are mostly harmless, but they may include: - Properties being serialized under the wrong name - Properties having the incorrect default

Additionally, data types newer than the current release of rbx_binary cannot be (de)serialized.

In all of these cases, an update is needed for this crate.

Commit count: 877

cargo fmt