guido_rbx_xml

Crates.ioguido_rbx_xml
lib.rsguido_rbx_xml
version0.12.5
sourcesrc
created_at2023-01-08 03:13:13.779434
updated_at2023-01-08 03:13:13.779434
descriptionImplementation of Roblox's XML file formats, rbxlx and rbxmx
homepagehttps://github.com/rojo-rbx/rbx-dom
repositoryhttps://github.com/rojo-rbx/rbx-dom.git
max_upload_size
id753350
size268,645
Guido de Jong (guidojw)

documentation

https://docs.rs/rbx_xml

README

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 aims to support all property types from rbx_dom_weak.

Some properties serialize with different names in XML than the names exposed via Roblox's API dump or via the Lua API. In those cases, rbx_xml keeps a mapping that needs to be kept up to date. These cases are pretty uncommon, so that table is small.

Commit count: 877

cargo fmt