25 releases (1 stable)
new 1.0.0 | Mar 28, 2025 |
---|---|
0.7.7 | Aug 22, 2024 |
0.7.5 |
|
0.7.4 | Jan 16, 2024 |
0.4.0 | Mar 1, 2019 |
#12 in Games
936 downloads per month
Used in 10 crates
(7 directly)
6.5MB
6K
SLoC
rbx_binary
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
~9–15MB
~188K SLoC