easy-macros-all-syntax-cases 0.1.0

Easy Macros support library
Documentation

Easy Macros

Crates.io Documentation License

Use the parent crate instead.

What is this?

Crates.io

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.