| Crates.io | rbx_dom_weak |
| lib.rs | rbx_dom_weak |
| version | 4.1.0 |
| created_at | 2019-02-14 19:24:16.61403+00 |
| updated_at | 2025-11-27 19:30:43.362442+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 | 87,623 |
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.