mirror of
https://github.com/BurntSushi/walkdir.git
synced 2025-09-29 14:40:32 +00:00

change sort_by types This changes the sort_by comparator function to accept a pair of `&DirEntry`s, which permits the caller more flexibility with sorting. Fixes #44, Fixes #45