You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would basically mean we'd have to parse all struct definitions with only procedural macros? which sounds... iffy. I'm not sure how I would do that honestly.
It is a proc macro but doesn't depend on syn/quote/etc.: https://crates.io/crates/macro_rules_attribute
The text was updated successfully, but these errors were encountered: