rbx_reflection (4.7.0)

Published 2024-09-17 01:23:07 +00:00 by Quaternions

Installation

[registry]
default = "gitea"

[registries.gitea]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add rbx_reflection@4.7.0

About this package

Roblox reflection database and ambiguous type resolution

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.

Dependencies

ID Version
rbx_types ^1.10.0
serde ^1.0.137
thiserror ^1.0.31
Details
Cargo
2024-09-17 01:23:07 +00:00
11
Lucien Greathouse <me@lpghatguy.com>
MIT
6.9 KiB
Assets (1)
Versions (2) View all
4.7.0 2024-09-17
4.5.0 2024-03-29