BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.21k stars 106 forks source link

Implement `stop_descent` method #176

Open Gordon01 opened 1 year ago

Gordon01 commented 1 year ago

This pull request adds a new method, stop_descent. This method allows users to stop the walk from descending into subdirectories while continuing to traverse the current directory.

I hope this addition will be a valuable enhancement to the WalkDir crate.

Gordon01 commented 1 year ago

Well, the workaround works on macOS finally.