pub fn build_graph(root: &Path, config: &Config) -> Result<Graph>Expand description
Build a graph from files in root.
- Discover included nodes via
include/exclude— hash raw bytes. - Run parsers to extract links.
- Create referenced nodes for all edge targets not already in the graph.
- Create filesystem edges for symlinks.