rbx_xml 3.0.0

Implementation of Roblox's XML file formats, rbxlx and rbxmx
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: rbx_xml/src/tests/mod.rs
expression: encoded_text
---
<roblox version="4">
  <Item class="NumberValue" referent="0">
    <Properties>
      <string name="Name">Value</string>
      <BinaryString name="AttributesSerialize"></BinaryString>
      <BinaryString name="Tags"></BinaryString>
      <double name="Value">1.23456</double>
    </Properties>
  </Item>
</roblox>