20 releases (stable)

3.1.0 Nov 27, 2025
2.0.0 Mar 28, 2025
1.10.0 Aug 22, 2024
1.9.0 Jul 23, 2024
0.1.0 Feb 5, 2020

#578 in Encoding

Download history 1964/week @ 2025-09-30 1159/week @ 2025-10-07 1615/week @ 2025-10-14 826/week @ 2025-10-21 703/week @ 2025-10-28 537/week @ 2025-11-04 431/week @ 2025-11-11 520/week @ 2025-11-18 608/week @ 2025-11-25 755/week @ 2025-12-02 679/week @ 2025-12-09 479/week @ 2025-12-16 520/week @ 2025-12-23 783/week @ 2025-12-30 736/week @ 2026-01-06 1092/week @ 2026-01-13

3,248 downloads per month
Used in 20 crates (7 directly)

MIT license

150KB
4K 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
~72K SLoC