Should we use the darling
crate for proc macros
#17497
Labels
A-Cross-Cutting
Impacts the entire engine
C-Code-Quality
A section of code that is hard to understand or change
D-Macros
Code that generates Rust code
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
While writing #17496 I came upon a crate called
darling
which would really simplify all proc macros we currently have such asAsBindGroup
. It would be way easier to specify attributes and they would be real structs instead of const structs. We would also get the benefit of spelling suggestions.The text was updated successfully, but these errors were encountered: