Crates.io | rbx_dom_weak |
lib.rs | rbx_dom_weak |
version | 2.9.0 |
source | src |
created_at | 2019-02-14 19:24:16.61403 |
updated_at | 2024-08-22 16:28:36.363619 |
description | Weakly-typed Roblox DOM implementation for Rust |
homepage | https://github.com/rojo-rbx/rbx-dom |
repository | https://github.com/rojo-rbx/rbx-dom.git |
max_upload_size | |
id | 114800 |
size | 62,751 |
More details about this crate are available on the rbx-dom GitHub.
Weakly-typed implementation of Roblox's DOM, used for representing instances in external tools.
Because rbx_dom_weak is weakly-typed, it doesn't need to be updated when new instances are added to Roblox. It does, however, have to be updated when new datatypes like Vector3int16
are added.