BurntSushi / walkdir

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

improve stdout in contents_first doc example #95

Closed ExpHP closed 6 years ago

ExpHP commented 6 years ago

A big potential question on the reader's mind when reviewing these docs is "what will the paths returned by the iterator be relative to?" This is the one example on the page which shows output that could potentially answer that question, and to only see filenames is needlessly discouraging.