9 releases (breaking)
0.10.0 | Mar 6, 2023 |
---|---|
0.9.1 | Dec 1, 2022 |
0.9.0 | Nov 12, 2022 |
0.8.0 | Jul 30, 2022 |
0.4.0 | Dec 19, 2020 |
#125 in #open-source
43,084 downloads per month
Used in 560 crates
(via bevy_reflect)
145KB
2.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
TypeUuid
, as well as the reflect_trait
attribute macro.
Dependencies
~3MB
~62K SLoC