fn walkdir(dir: &PathBuf) -> Result<Vec<PathBuf>>
Simple recursive directory walk (avoids pulling in the walkdir crate).
walkdir