| Crates.io | guido_rbx_xml |
| lib.rs | guido_rbx_xml |
| version | 0.12.5 |
| created_at | 2023-01-08 03:13:13.779434+00 |
| updated_at | 2023-01-08 03:13:13.779434+00 |
| description | Implementation of Roblox's XML file formats, rbxlx and rbxmx |
| homepage | https://github.com/rojo-rbx/rbx-dom |
| repository | https://github.com/rojo-rbx/rbx-dom.git |
| max_upload_size | |
| id | 753350 |
| size | 268,645 |
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.
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.