pub fn all_files(tree: &IncludeTree) -> Vec<(PathBuf, &str)>Expand description
Flatten the tree into (path, source) for all files (root first, then includes depth-first).
pub fn all_files(tree: &IncludeTree) -> Vec<(PathBuf, &str)>Flatten the tree into (path, source) for all files (root first, then includes depth-first).