30 releases

0.13.5 Aug 22, 2024
0.13.4 Jul 23, 2024
0.13.3 Jan 16, 2024
0.13.2 Oct 3, 2023
0.6.0 Mar 27, 2019

#463 in Parser implementations

Download history 151/week @ 2024-11-15 160/week @ 2024-11-22 119/week @ 2024-11-29 167/week @ 2024-12-06 147/week @ 2024-12-13 115/week @ 2024-12-20 106/week @ 2024-12-27 73/week @ 2025-01-03 151/week @ 2025-01-10 173/week @ 2025-01-17 248/week @ 2025-01-24 558/week @ 2025-01-31 205/week @ 2025-02-07 238/week @ 2025-02-14 183/week @ 2025-02-21 165/week @ 2025-02-28

839 downloads per month
Used in 10 crates (7 directly)

MIT license

340KB
5.5K 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

~3–4.5MB
~97K SLoC