Attribute macros are currently limited to functions. Is it planned to be extended to impls and modules?
Starknet plugin uses the old way of implementing plugins and is deeply integrated into scarb. Is it planned for builtin plugins to use the standard plugin interface eventually?
Proposed Solution
Attribute macros working for mods, impls, individual impl functions and traits.
Problem
Attribute macros are currently limited to functions. Is it planned to be extended to impls and modules?
Starknet plugin uses the old way of implementing plugins and is deeply integrated into scarb. Is it planned for builtin plugins to use the standard plugin interface eventually?
Proposed Solution
Attribute macros working for mods, impls, individual impl functions and traits.
Notes
No response