A sorta-fast cross-platform filesystem walker
MSRV 1.66
rust
let walk_results = nyoom::walk("path/to/dir")?;
println!("visited {} paths", walk_results.paths.len());
cargo bench
Numbers subject to change over time, may not be up-to-date, may be different in your test environment, etc. Do your own testing to figure out if this is a workable solution for you.