This directory contains procedural macro implementations for the component model pattern.
The component model pattern enables composition-based programming where structs expose individual fields through generated traits:
- ----
All macros follow consistent implementation patterns:
- ---