| Crates.io | rbx_binary |
| lib.rs | rbx_binary |
| version | 1.0.0 |
| created_at | 2019-01-14 18:45:21.427793+00 |
| updated_at | 2025-03-28 21:59:22.018344+00 |
| description | Implementation of Roblox's binary model (rbxm) and place (rbxl) file formats |
| homepage | https://github.com/rojo-rbx/rbx-dom |
| repository | https://github.com/rojo-rbx/rbx-dom.git |
| max_upload_size | |
| id | 108541 |
| size | 9,218,719 |
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.
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.