pub fn parse(path: &Path, content: &str) -> Result<Vec<Node>>
Parse a Rust source file and extract definitions + relationships.