24 releases

0.7.7 Aug 22, 2024
0.7.5 Jul 23, 2024
0.7.4 Jan 16, 2024
0.7.3 Oct 23, 2023
0.4.0 Mar 1, 2019

#26 in Games

Download history 397/week @ 2024-07-18 282/week @ 2024-07-25 311/week @ 2024-08-01 331/week @ 2024-08-08 208/week @ 2024-08-15 485/week @ 2024-08-22 221/week @ 2024-08-29 109/week @ 2024-09-05 192/week @ 2024-09-12 304/week @ 2024-09-19 231/week @ 2024-09-26 185/week @ 2024-10-03 225/week @ 2024-10-10 213/week @ 2024-10-17 188/week @ 2024-10-24 168/week @ 2024-10-31

825 downloads per month
Used in 10 crates (7 directly)

MIT license

385KB
5.5K SLoC

rbx_binary

rbx_binary on crates.io rbx_binary docs

More details about this crate are available on the rbx-dom GitHub.

Implementation of Roblox's binary model formats, rbxm and rbxl, for the rbx-dom ecosystem.

Coverage

rbx_binary supports all property types from rbx_types. It currently embeds a reflection database which contains a list of classes, properties, their types, and other information. In the event that this database is outdated, some issues may come up.

These are mostly harmless, but they may include: - Properties being serialized under the wrong name - Properties having the incorrect default

Additionally, data types newer than the current release of rbx_binary cannot be (de)serialized.

In all of these cases, an update is needed for this crate.

Dependencies

~5.5MB
~116K SLoC