29 releases

new 0.13.4 Jul 23, 2024
0.13.3 Jan 16, 2024
0.13.2 Oct 3, 2023
0.13.0 Apr 22, 2023
0.6.0 Mar 27, 2019

#512 in Parser implementations

Download history 251/week @ 2024-04-04 379/week @ 2024-04-11 375/week @ 2024-04-18 102/week @ 2024-04-25 216/week @ 2024-05-02 288/week @ 2024-05-09 86/week @ 2024-05-16 137/week @ 2024-05-23 210/week @ 2024-05-30 240/week @ 2024-06-06 148/week @ 2024-06-13 323/week @ 2024-06-20 114/week @ 2024-06-27 153/week @ 2024-07-04 133/week @ 2024-07-11 281/week @ 2024-07-18

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

MIT license

330KB
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–4MB
~93K SLoC