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

#75 in #reflection

Download history 13675/week @ 2024-10-07 18127/week @ 2024-10-14 17989/week @ 2024-10-21 18773/week @ 2024-10-28 18461/week @ 2024-11-04 13299/week @ 2024-11-11 14152/week @ 2024-11-18 22807/week @ 2024-11-25 26173/week @ 2024-12-02 23746/week @ 2024-12-09 21595/week @ 2024-12-16 12413/week @ 2024-12-23 15678/week @ 2024-12-30 24959/week @ 2025-01-06 31097/week @ 2025-01-13 24861/week @ 2025-01-20

97,925 downloads per month
Used in 1,471 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
~58K SLoC