Decision Workspace
async-walkdir vs walkdir vs walkdir_minimal
Side-by-side comparison of Rust crates
57
async-walkdir
growingv2.1.0
Asynchronous directory traversal for Rust.
60
walkdir
growingv2.5.0
Recursively walk a directory.
53
walkdir_minimal
growingv1.2.0
Fast, minimalist, and POSIX-compliant recursive directory traverser with zero external dependencies.
Core Metrics
| async-walkdir | walkdir | walkdir_minimal | |
|---|---|---|---|
| Health Score | 57 | 60 | 53 |
| Total Downloads | 2.5M | 442.3M | 850 |
| 30d Downloads | 324.1K | 36.7M | 0 |
| Dependents | 378 | 75.8K | 5 |
| Releases | 5 | 40 | 5 |
| Last Updated | 483d ago | 815d ago | 24d ago |
| Age | 5y 8m | 10y 8m | 6m |
Health Breakdown
async-walkdir
Maintenance
4
Quality
19
Community
13
Popularity
8
Documentation
13
walkdir
Maintenance
6
Quality
20
Community
14
Popularity
8
Documentation
12
walkdir_minimal
Maintenance
17
Quality
13
Community
7
Popularity
3
Documentation
13
Technical Details
| async-walkdir | walkdir | walkdir_minimal | |
|---|---|---|---|
| Version | 2.1.0 | 2.5.0 | 1.2.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | Unlicense/MIT | MIT |
| Dependencies | 4 | 3 | 0 |
| Crate Size | 13KB | 24KB | 14KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 80.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •walkdir leads with a health score of 60/100, but none of the options score above 80.
- •walkdir is depended on by 75.8K crates — strongest ecosystem trust.
- •⚠ async-walkdir, walkdir have not been updated in over a year.