pub fn directory_contents(path: &Path) -> HashSet<PathBuf>
Expand description

Gets the contents of a directory.

Exists primarily to unwrap and ignore any unencodeable names.