Crates.io | rbx_types |
lib.rs | rbx_types |
version | |
source | src |
created_at | 2020-02-05 22:21:37.24866+00 |
updated_at | 2025-03-28 21:57:59.211612+00 |
description | Types used to represent Roblox values |
homepage | https://github.com/rojo-rbx/rbx-dom |
repository | |
max_upload_size | |
id | 205346 |
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.
rbx_types is a crate containing value types for interacting with Roblox.
rbx_types contains value types, which are generally evergreen and are added infrequently. These kinds of type are in scope for rbx_types:
Vector3
, Roblox's 3D vector typeNumberSequence
, a series of numbers on a timelineBinaryString
, an opaque buffer of binary dataBinaryString
blobsrbx_types will not contain instance types. New instances are added to the platform all the time and have more complicated semantics.