BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.24k stars 107 forks source link

Move DirEntry::ino method to an extension trait #46

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

The unix only DirEntry::ino method should be moved to a platform-specific extension trait, like DirEntryExt in the standard library. So essentially we need to: