nyoom 0.0.1

A sorta-fast cross-platform multithreaded filesystem walker.
Documentation
# nyoom

A sorta-fast cross-platform filesystem walker

MSRV 1.66

## Example

```rust
let walk_results = nyoom::walk("path/to/dir")?;
println!("visited {} paths", walk_results.paths.len());
```

## Benchmarks

`cargo bench`

![](https://cdn.mewna.xyz/2022/12/20/2dv7V306igSw8.png)

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.