Open
Description
While writing #17496 I came upon a crate called darling
which would really simplify all proc macros we currently have such as AsBindGroup
. 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.