Crate macro_visit
source ·Expand description
Small library helper that uses syn::visit::Visit trait to find all macro calls in project structure.
By the way of traversing, library will resolve imports, so end user can rename macros and mix macros with same name from different crates. It also resolve mod calls and provide some context to macro handler.
Structs§
- Provided context to macro handler.
Type Aliases§
- Macro visitor.