15 releases (stable)

1.8.0 Jan 16, 2024
1.7.0 Oct 3, 2023
1.6.0 Aug 9, 2023
1.5.0 Apr 22, 2023
0.1.0 Feb 5, 2020

#184 in Game dev

Download history 219/week @ 2024-01-02 154/week @ 2024-01-09 188/week @ 2024-01-16 144/week @ 2024-01-23 107/week @ 2024-01-30 111/week @ 2024-02-06 109/week @ 2024-02-13 187/week @ 2024-02-20 374/week @ 2024-02-27 205/week @ 2024-03-05 353/week @ 2024-03-12 236/week @ 2024-03-19 242/week @ 2024-03-26 265/week @ 2024-04-02 359/week @ 2024-04-09 446/week @ 2024-04-16

1,348 downloads per month
Used in 12 crates (2 directly)

MIT license

135KB
3.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
  • 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

~2.2–3MB
~70K SLoC