BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.3k stars 109 forks source link

feat: support asynchronous filtering #193

Open RaitoBezarius opened 10 months ago

RaitoBezarius commented 10 months ago

Sometimes, we would like to suspend the execution to take the time to find out if we would want to accept this directory entry or not.

This is a simple attempt to support asynchronous filtering in the context of the tree walking.