https://benhoyt.com/writings/go-readdir/
Coming in Go 1.16: ReadDir and DirEntry
A look at the new os.ReadDir function and os.DirEntry interface coming in Go 1.16, with a comparison to os.scandir in Python.
coming ingoreaddirdirentry
https://doc.rust-lang.org/std/fs/struct.DirEntry.html
DirEntry in std::fs - Rust
Entries returned by the `ReadDir` iterator.
direntrystdfsrust