17 releases (stable)

1.10.0 Aug 22, 2024
1.9.0 Jul 23, 2024
1.8.0 Jan 16, 2024
1.7.0 Oct 3, 2023
0.1.0 Feb 5, 2020

#1 in #vector3

Download history 113/week @ 2024-07-02 179/week @ 2024-07-09 254/week @ 2024-07-16 439/week @ 2024-07-23 232/week @ 2024-07-30 312/week @ 2024-08-06 238/week @ 2024-08-13 545/week @ 2024-08-20 277/week @ 2024-08-27 132/week @ 2024-09-03 165/week @ 2024-09-10 234/week @ 2024-09-17 319/week @ 2024-09-24 185/week @ 2024-10-01 177/week @ 2024-10-08 239/week @ 2024-10-15

976 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.3–3MB
~74K SLoC