rbx_types (1.10.0)
Published 2024-09-17 01:22:45 +00:00 by Quaternions
Installation
[registry]
default = "gitea"
[registries.gitea]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = true
cargo add rbx_types@1.10.0
About this package
Types used to represent Roblox values
rbx_types
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 data- More specialized data types representing specific
BinaryString
blobs
rbx_types will not contain instance types. New instances are added to the platform all the time and have more complicated semantics.
Dependencies
ID | Version |
---|---|
base64 | ^0.13.0 |
bitflags | ^1.3.2 |
blake3 | ^1.3.1 |
lazy_static | ^1.4.0 |
rand | ^0.8.5 |
serde | ^1.0.137 |
thiserror | ^1.0.31 |
bincode | ^1.3.3 |
insta | ^1.14.1 |
serde_json | ^1.0.81 |
Details
Assets (1)
Versions (2)
View all
rbx_types-1.10.0.crate
33 KiB