The modern way to do struct AST parsing in proc macros is to use [darling](https://github.com/TedDriggs/darling). The code should be revisited, possibly refactured and changed to use darling wherever possible.
The modern way to do struct AST parsing in proc macros is to use darling.
The code should be revisited, possibly refactured and changed to use darling wherever possible.