26 releases

0.14.2 Sep 6, 2024
0.14.0 Jul 4, 2024
0.13.1 Mar 18, 2024
0.12.1 Nov 30, 2023
0.4.0 Dec 19, 2020

#71 in #reflection

Download history 12280/week @ 2024-05-27 14495/week @ 2024-06-03 10375/week @ 2024-06-10 13068/week @ 2024-06-17 12279/week @ 2024-06-24 15857/week @ 2024-07-01 18823/week @ 2024-07-08 22184/week @ 2024-07-15 22559/week @ 2024-07-22 23680/week @ 2024-07-29 20759/week @ 2024-08-05 28342/week @ 2024-08-12 22208/week @ 2024-08-19 26656/week @ 2024-08-26 25425/week @ 2024-09-02 20061/week @ 2024-09-09

96,576 downloads per month
Used in 1,295 crates (via bevy_reflect)

MIT/Apache

210KB
4K 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