#bevy

macro bevy_reflect_derive

Derive implementations for bevy_reflect

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

Download history 7536/week @ 2022-12-02 7461/week @ 2022-12-09 5664/week @ 2022-12-16 6666/week @ 2022-12-23 5478/week @ 2022-12-30 6961/week @ 2023-01-06 6436/week @ 2023-01-13 7527/week @ 2023-01-20 7868/week @ 2023-01-27 7961/week @ 2023-02-03 6662/week @ 2023-02-10 8580/week @ 2023-02-17 8684/week @ 2023-02-24 12496/week @ 2023-03-03 12213/week @ 2023-03-10 8565/week @ 2023-03-17

43,084 downloads per month
Used in 560 crates (via bevy_reflect)

MIT/Apache

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