Crates.io | rbx_xml |
lib.rs | rbx_xml |
version | 0.13.5 |
source | src |
created_at | 2019-01-14 18:55:25.274224 |
updated_at | 2024-08-22 16:30:08.967063 |
description | Implementation of Roblox's XML file formats, rbxlx and rbxmx |
homepage | https://github.com/rojo-rbx/rbx-dom |
repository | https://github.com/rojo-rbx/rbx-dom.git |
max_upload_size | |
id | 108545 |
size | 562,923 |
More details about this crate are available on the rbx-dom GitHub.
Implementation of Roblox's XML model formats, rbxmx and rbxlx for the rbx-dom ecosystem.
rbx_xml 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_xml cannot be (de)serialized.
In all of these cases, an update is needed for this crate.