Crates.io | rbx_dom_weak |
lib.rs | rbx_dom_weak |
version | 3.0.0 |
created_at | 2019-02-14 19:24:16.61403+00 |
updated_at | 2025-03-28 21:58:34.848976+00 |
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 | 89,049 |
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.