BurntSushi / walkdir

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

feat: support asynchronous filtering #193

Open RaitoBezarius opened 6 months ago

RaitoBezarius commented 6 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.