BurntSushi / walkdir

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

Implement Debug for WalkDir, Iter and IterFilterEntry #34

Closed KodrAus closed 7 years ago

KodrAus commented 7 years ago

Relevant API Guideline

Implement the Debug trait for:

It may not be appropriate to derive Debug, but at least it should be non-empty.