23 releases

new 0.7.5 Jul 23, 2024
0.7.4 Jan 16, 2024
0.7.3 Oct 23, 2023
0.7.0 Apr 22, 2023
0.4.0 Mar 1, 2019

#15 in Games

Download history 257/week @ 2024-04-04 374/week @ 2024-04-11 379/week @ 2024-04-18 105/week @ 2024-04-25 224/week @ 2024-05-02 290/week @ 2024-05-09 85/week @ 2024-05-16 144/week @ 2024-05-23 207/week @ 2024-05-30 244/week @ 2024-06-06 155/week @ 2024-06-13 330/week @ 2024-06-20 117/week @ 2024-06-27 193/week @ 2024-07-04 138/week @ 2024-07-11 375/week @ 2024-07-18

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

MIT license

375KB
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

~5MB
~111K SLoC