collectfiles
Collects accurate files while running in parallel through directories. (Simple, Fast, Powerful)
| Docs | Latest Note |
[]
= "1.1.0"
Example
use *;
let vec = CollectFiles
.with_depth
.with_target_regex
.with_hook
.with_unwrap_or_else
.collect;
println!;