Expand description
Rust module tree resolution for cross-file edge extraction.
Builds a map from Rust module paths (crate::graph::GraphStore) to file paths
and CodeNode IDs. Used by the ingest pipeline to resolve use statements and
function calls into cross-file edges.
Structsยง
- Rust
Module Resolver - Maps Rust module paths to file paths within a crate.