33 releases
new 0.15.3 | Feb 24, 2025 |
---|---|
0.15.1 | Jan 3, 2025 |
0.15.0 | Nov 29, 2024 |
0.14.0 | Jul 4, 2024 |
0.4.0 | Dec 19, 2020 |
#83 in #reflection
106,940 downloads per month
Used in 1,507 crates
(2 directly)
255KB
4.5K
SLoC
This crate contains macros used by Bevy's Reflect
API.
The main export of this crate is the derive macro for Reflect
. This allows
types to easily implement Reflect
along with other bevy_reflect
traits,
such as Struct
, GetTypeRegistration
, and more— all with a single derive!
Some other noteworthy exports include the derive macros for FromReflect
and
TypePath
, as well as the reflect_trait
attribute macro.
Dependencies
~3MB
~69K SLoC