Expand description
§DungeonRS utils_macros
Contains several utility macros exported through utils
.
Notably, the bevy_system
macro is used by all Bevy systems.
Modules§
- linters 🔒
- Macros that automatically apply or silence lints. The goal is to minimise the amount of lint configuration littered through the codebase.
Attribute Macros§
- bevy_
system - An attribute intended to annotate Bevy systems.
It automatically annotates the system with several
#[allow]
lints common to Bevy systems for our linting configuration.