pub fn recursive_directory_listing<P>(directory: P) -> Vec<PathBuf>where P: AsRef<Path>,
Recursively list all files in a directory