31 releases

0.15.1 Jan 3, 2025
0.15.0 Nov 29, 2024
0.15.0-rc.2 Oct 27, 2024
0.14.0 Jul 4, 2024
0.4.0 Dec 19, 2020

#78 in #reflection

Download history 16440/week @ 2024-10-11 18129/week @ 2024-10-18 17807/week @ 2024-10-25 18826/week @ 2024-11-01 13207/week @ 2024-11-08 13921/week @ 2024-11-15 18411/week @ 2024-11-22 28671/week @ 2024-11-29 22879/week @ 2024-12-06 23306/week @ 2024-12-13 15968/week @ 2024-12-20 10954/week @ 2024-12-27 22512/week @ 2025-01-03 32459/week @ 2025-01-10 25880/week @ 2025-01-17 17415/week @ 2025-01-24

99,977 downloads per month
Used in 1,478 crates (2 directly)

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