33 releases

new 0.15.3 Feb 24, 2025
0.15.1 Jan 3, 2025
0.15.0 Nov 29, 2024
0.14.0 Jul 4, 2024
0.4.0 Dec 19, 2020

#83 in #reflection

Download history 18663/week @ 2024-10-30 15499/week @ 2024-11-06 13728/week @ 2024-11-13 16979/week @ 2024-11-20 25734/week @ 2024-11-27 23387/week @ 2024-12-04 24999/week @ 2024-12-11 19627/week @ 2024-12-18 9836/week @ 2024-12-25 20357/week @ 2025-01-01 21907/week @ 2025-01-08 33508/week @ 2025-01-15 23118/week @ 2025-01-22 23931/week @ 2025-01-29 33668/week @ 2025-02-05 23271/week @ 2025-02-12

106,940 downloads per month
Used in 1,507 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
~69K SLoC