32 releases (2 stable)
new 2.0.0 | Oct 11, 2025 |
---|---|
1.0.0 | Mar 28, 2025 |
0.13.5 | Aug 22, 2024 |
0.13.4 | Jul 23, 2024 |
0.6.0 | Mar 27, 2019 |
#273 in Encoding
7,464 downloads per month
Used in 9 crates
(7 directly)
375KB
6K
SLoC
rbx_xml
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.
Coverage
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.
Dependencies
~4–16MB
~166K SLoC