BurntSushi / walkdir

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

Make skip_current_dir and filter_entry inherent methods #40

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

The WalkDirIterator trait isn't pulling its weight, so we should make them inherent methods and remove the trait. The plan is: