Decision Workspace
dir-iterator vs walkdir vs walkdir_minimal
Side-by-side comparison of Rust crates
48
dir-iterator
growingv0.1.4
Iterator that recursively scans and filters files from a directory
60
walkdir
growingv2.5.0
Recursively walk a directory.
58
walkdir_minimal
experimentalv1.1.0
Fast, minimalist, and POSIX-compliant recursive directory traverser with zero external dependencies.
Core Metrics
| dir-iterator | walkdir | walkdir_minimal | |
|---|---|---|---|
| Health Score | 48 | 60 | 58 |
| Total Downloads | 4.3K | 376.9M | 458 |
| 30d Downloads | 7 | 26.4M | 107 |
| Dependents | 0 | 65.5K | 3 |
| Releases | 5 | 40 | 3 |
| Last Updated | 495d ago | 756d ago | 19d ago |
| Age | 1y 4m | 10y 6m | 4m |
Health Breakdown
dir-iterator
Maintenance
11
Quality
17
Community
3
Popularity
4
Documentation
13
walkdir
Maintenance
6
Quality
20
Community
14
Popularity
8
Documentation
12
walkdir_minimal
Maintenance
18
Quality
17
Community
7
Popularity
3
Documentation
13
Technical Details
| dir-iterator | walkdir | walkdir_minimal | |
|---|---|---|---|
| Version | 0.1.4 | 2.5.0 | 1.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | Unlicense/MIT | MIT |
| Dependencies | 1 | 3 | 0 |
| Crate Size | 5KB | 24KB | 167KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.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 65.5K crates — strongest ecosystem trust.
- •⚠ dir-iterator, walkdir have not been updated in over a year.
- •dir-iterator is pre-1.0 — API may change.