Crate macro_visit

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§

MacroContext
Provided context to macro handler.
Visitor

Type Aliases§

MacroMap
RcMacro
Macro visitor.