pub fn build_graph(root: &Path, config: &Config) -> Result<Graph>Expand description
Build a graph from files in root.
- Discover File nodes via
include/exclude— hash raw bytes for all. - Read text content for parser input (graceful skip for binary files).
- Run parsers to extract edges.
- Edge targets outside
includebecome External nodes (not tracked).