28 releases

0.13.3 Jan 16, 2024
0.13.2 Oct 3, 2023
0.13.1 Aug 9, 2023
0.13.0 Apr 22, 2023
0.6.0 Mar 27, 2019

#529 in Parser implementations

Download history 96/week @ 2023-12-23 284/week @ 2023-12-30 57/week @ 2024-01-06 223/week @ 2024-01-13 85/week @ 2024-01-20 110/week @ 2024-01-27 85/week @ 2024-02-03 78/week @ 2024-02-10 140/week @ 2024-02-17 235/week @ 2024-02-24 208/week @ 2024-03-02 327/week @ 2024-03-09 239/week @ 2024-03-16 230/week @ 2024-03-23 249/week @ 2024-03-30 292/week @ 2024-04-06

1,045 downloads per month
Used in 6 crates

MIT license

325KB
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
~92K SLoC