22 releases

0.7.4 Jan 16, 2024
0.7.3 Oct 23, 2023
0.7.1 Aug 9, 2023
0.7.0 Apr 22, 2023
0.4.0 Mar 1, 2019

#17 in Games

Download history 90/week @ 2024-01-22 114/week @ 2024-01-29 79/week @ 2024-02-05 87/week @ 2024-02-12 151/week @ 2024-02-19 311/week @ 2024-02-26 176/week @ 2024-03-04 374/week @ 2024-03-11 212/week @ 2024-03-18 198/week @ 2024-03-25 293/week @ 2024-04-01 318/week @ 2024-04-08 449/week @ 2024-04-15 163/week @ 2024-04-22 189/week @ 2024-04-29 288/week @ 2024-05-06

1,109 downloads per month
Used in 9 crates (6 directly)

MIT license

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