rbx_reflection

Crates.iorbx_reflection
lib.rsrbx_reflection
version4.5.0
sourcesrc
created_at2019-02-15 01:28:03.459905
updated_at2024-01-16 19:04:49.213798
descriptionRoblox reflection database and ambiguous type resolution
homepagehttps://github.com/rojo-rbx/rbx-dom
repositoryhttps://github.com/rojo-rbx/rbx-dom.git
max_upload_size
id114863
size24,862
Micah (Dekkonot)

documentation

https://docs.rs/rbx_reflection

README

rbx_reflection

rbx_reflection on crates.io rbx_reflection docs

More details about this crate are available on the rbx-dom GitHub.

Contains the types needed to describe a Roblox reflection database.

rbx_reflection can describe:

  • All Instance types and their members
  • All Enums and their values
  • Default values for each property
  • The Roblox client version this information came from

Starting in rbx_reflection 4.0, there is no longer a bundled database in this crate. Look at the rbx_reflection_database crate for a generated database that is easy to depend on.

Commit count: 877

cargo fmt