bevy/crates/bevy_reflect/derive
Benjamin Brienen 67615c5051
split bevy_reflect::derive::utilities into proper modules (#15354)
# Objective

- A utilities module is considered to be a bad practice and poor
organization of code, so this fixes it.

## Solution

- Split each struct into its own module
- Move related lose functions into their own module
- Move the last few bits into good places

## Testing

- CI

---------

Co-authored-by: Gino Valente <49806985+MrGVSV@users.noreply.github.com>
2024-09-22 14:24:14 +00:00
..
src split bevy_reflect::derive::utilities into proper modules (#15354) 2024-09-22 14:24:14 +00:00
Cargo.toml split bevy_reflect::derive::utilities into proper modules (#15354) 2024-09-22 14:24:14 +00:00