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.
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.