33 releases (3 stable)

2.0.1 Nov 27, 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

#381 in Encoding

Download history 2708/week @ 2025-09-30 1184/week @ 2025-10-07 1882/week @ 2025-10-14 655/week @ 2025-10-21 494/week @ 2025-10-28 429/week @ 2025-11-04 319/week @ 2025-11-11 418/week @ 2025-11-18 484/week @ 2025-11-25 636/week @ 2025-12-02 587/week @ 2025-12-09 375/week @ 2025-12-16 417/week @ 2025-12-23 649/week @ 2025-12-30 624/week @ 2026-01-06 1024/week @ 2026-01-13

2,815 downloads per month
Used in 9 crates (7 directly)

MIT license

380KB
6K SLoC

rbx_xml

rbx_xml on crates.io rbx_xml docs

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
~165K SLoC