BurntSushi / walkdir

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

Support more metadata for sort_by #45

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Possibly makes #44 irrelevant.

Is it possible to support more file metadata in the sort_by function? If the file metadata is already around by the time sort_by is run this could be worthwhile, otherwise it might not be practical.

KodrAus commented 7 years ago

@jeremielate has an implementation of this in #53.