pub fn read_dir(path: impl AsRef<Path>) -> Result<ReadDir>
Returns an iterator over the entries within a directory.
This is a wrapper around std::fs::read_dir that echoes the operation to the console.
std::fs::read_dir