16 releases (stable)

new 1.9.0 Jul 23, 2024
1.8.0 Jan 16, 2024
1.7.0 Oct 3, 2023
1.5.0 Apr 22, 2023
0.1.0 Feb 5, 2020

#159 in Game dev

Download history 256/week @ 2024-04-04 397/week @ 2024-04-11 410/week @ 2024-04-18 124/week @ 2024-04-25 246/week @ 2024-05-02 304/week @ 2024-05-09 97/week @ 2024-05-16 151/week @ 2024-05-23 220/week @ 2024-05-30 265/week @ 2024-06-06 166/week @ 2024-06-13 352/week @ 2024-06-20 130/week @ 2024-06-27 168/week @ 2024-07-04 158/week @ 2024-07-11 319/week @ 2024-07-18

824 downloads per month
Used in 16 crates (2 directly)

MIT license

140KB
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.1–3MB
~70K SLoC