Re-exports§
pub use call_resolution::CallResolver;pub use call_resolution::UnresolvedCall;pub use graph_builder::ExprCategory;pub use graph_builder::GraphBuilder;pub use macro_expansion::MacroExpander;pub use macro_expansion::MacroExpansionStats;pub use macro_expansion::MacroHandlingConfig;pub use trait_handling::TraitHandler;
Modules§
- call_
resolution - graph_
builder - macro_
expansion - Call graph extraction module providing two-pass resolution for accurate call tracking
- trait_
handling
Structs§
- Call
Graph Extractor - Main call graph extractor that coordinates all submodules