rojo-rbx / rbx-dom

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

Implement SecurityCapabilities in rbx_binary #361

Closed kennethloeffler closed 10 months ago

kennethloeffler commented 10 months ago

This PR implements SecurityCapabilities parsing in rbx_binary. I chose to use read_interleaved_i64_array and write_interleaved_i64_array because Roblox appears to serialize it this way, and it's straightforward enough to cast between u64 and i64.