rojo-rbx / rbx-dom

Roblox DOM and (de)serialization implementation in Rust
MIT License
113 stars 46 forks source link

In compatibility doc, fix BrickColor concern and add section on strings with ]]> #300

Closed Dekkonot closed 1 year ago

Dekkonot commented 1 year ago

Turns out I was just outright wrong about BrickColor properties and for some reason didn't think to check (in my defense, I checked the other things I listed, I just forgot BrickColor for some reason).

Also, I forgot that serializing string properties might break under a specific scenario. Not something I plan to fix, but worth noting.