pub fn read_dir(
path: &Path,
precompose_unicode: bool,
) -> Result<impl Iterator<Item = Result<DirEntry>>>Expand description
List all entries in path, similar to std::fs::read_dir(), and assure all available information
adheres to the value of precompose_unicode.