19 unstable releases (9 breaking)

0.13.2 Apr 4, 2024
0.13.1 Mar 18, 2024
0.13.0 Feb 17, 2024
0.12.1 Nov 30, 2023
0.4.0 Dec 19, 2020

#72 in #reflection

Download history 9342/week @ 2024-02-01 10617/week @ 2024-02-08 16405/week @ 2024-02-15 13798/week @ 2024-02-22 14382/week @ 2024-02-29 14017/week @ 2024-03-07 12759/week @ 2024-03-14 14939/week @ 2024-03-21 13511/week @ 2024-03-28 14548/week @ 2024-04-04 12847/week @ 2024-04-11 13672/week @ 2024-04-18 11765/week @ 2024-04-25 11190/week @ 2024-05-02 11574/week @ 2024-05-09 11088/week @ 2024-05-16

47,444 downloads per month
Used in 1,096 crates (via bevy_reflect)

MIT/Apache

195KB
3.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
~61K SLoC