Crate macro_visit
source ·Expand description
Small library helper that uses syn::visit::Visit trait to find all macro calls.
By the way of traversing, looking for imports, so end user can rename macros and mix macros with same name from different crates.
Structs
Type Aliases
- Macro visitor.