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

#434 in Parser implementations

Download history 433/week @ 2024-07-21 235/week @ 2024-07-28 253/week @ 2024-08-04 190/week @ 2024-08-11 442/week @ 2024-08-18 247/week @ 2024-08-25 154/week @ 2024-09-01 131/week @ 2024-09-08 212/week @ 2024-09-15 319/week @ 2024-09-22 197/week @ 2024-09-29 161/week @ 2024-10-06 246/week @ 2024-10-13 188/week @ 2024-10-20 217/week @ 2024-10-27 220/week @ 2024-11-03

894 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
~96K SLoC