29 releases

0.15.0-rc.3 Nov 5, 2024
0.14.2 Sep 6, 2024
0.14.0 Jul 4, 2024
0.13.1 Mar 18, 2024
0.4.0 Dec 19, 2020

#68 in #reflection

Download history 23961/week @ 2024-07-30 22302/week @ 2024-08-06 27581/week @ 2024-08-13 22610/week @ 2024-08-20 25386/week @ 2024-08-27 26408/week @ 2024-09-03 19957/week @ 2024-09-10 21180/week @ 2024-09-17 23263/week @ 2024-09-24 19244/week @ 2024-10-01 13375/week @ 2024-10-08 18279/week @ 2024-10-15 18732/week @ 2024-10-22 18475/week @ 2024-10-29 16988/week @ 2024-11-05 13503/week @ 2024-11-12

70,421 downloads per month
Used in 1,359 crates (via bevy_reflect)

MIT/Apache

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
~59K SLoC