11 releases (6 stable)

1.4.2 Jun 13, 2022
1.3.0 Oct 11, 2021
1.2.0 Jul 19, 2021
0.4.0 Jun 27, 2021
0.1.0 Feb 5, 2020

#135 in Games

Download history 39/week @ 2022-11-27 72/week @ 2022-12-04 99/week @ 2022-12-11 85/week @ 2022-12-18 71/week @ 2022-12-25 96/week @ 2023-01-01 120/week @ 2023-01-08 71/week @ 2023-01-15 126/week @ 2023-01-22 104/week @ 2023-01-29 62/week @ 2023-02-05 69/week @ 2023-02-12 130/week @ 2023-02-19 109/week @ 2023-02-26 96/week @ 2023-03-05 40/week @ 2023-03-12

380 downloads per month
Used in 10 crates (2 directly)

MIT license

98KB
2.5K SLoC

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
  • In the future, more specialized types like Tags, a list of CollectionService tags

rbx_types will not contain instance types. New instances are added to the platform all the time and have more complicated semantics.

Dependencies

~3MB
~76K SLoC