rbx_types

Crates.iorbx_types
lib.rsrbx_types
version1.8.0
sourcesrc
created_at2020-02-05 22:21:37.24866
updated_at2024-01-16 18:59:00.996851
descriptionTypes used to represent Roblox values
homepagehttps://github.com/rojo-rbx/rbx-dom
repository
max_upload_size
id205346
size139,554
Micah (Dekkonot)

documentation

README

rbx_types

rbx_types on crates.io rbx_types docs

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 type
  • NumberSequence, a series of numbers on a timeline
  • BinaryString, 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.

Commit count: 0

cargo fmt