Folder

The package allows for scanning directories in parallel.
Examples
Synchronously:
use ;
use scan;
let filter = ;
let map = ;
let fold = ;
let _ = scan.fold;
Asynchronously:
use ;
use scan;
use StreamExt;
let filter = ;
let map = ;
let fold = ;
let _ = scan.fold.await;
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.