pub fn walk_directory_simple(root: &Path) -> Result<Vec<PathBuf>, ScannerError>
Walk a directory tree sequentially (simpler, for smaller directories).