Easy Macros
Use the parent crate instead.
What is this?
A procedural macro that creates complete recursive handler functions for all syn AST types (Item, Expr, Stmt, Pat, Type, etc.). It generates match arms for every variant and routes to your custom handlers.