Crates.io | rbx_dom_weak |
lib.rs | rbx_dom_weak |
version | |
source | src |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.