rbx_tree 0.2.0

Weakly-typed Roblox DOM implementation for Rust
Documentation

rbx_tree

rbx_tree on crates.io rbx_tree docs

Weakly-typed implementation of Roblox's DOM, used for representing instances in external tools.

Coverage

Because rbx_tree is weakly-typed, it doesn't need to be updated when new instances are added to Roblox. It does, however, have to be updated when new datatypes like Vector3int16 are added.

Data type coverage:

  • BinaryString
  • Bool
  • CFrame
  • Color3
  • Color3uint8
  • Enum
  • Float32
  • Int32
  • String
  • Vector2
  • Vector2int16
  • Vector3
  • Vector3int16
  • Content
  • PhysicalProperties (currently stubbed)
  • Ref