BurntSushi/walkdir
Rust library for walking directories recursively. observed · 2026-08-28
Health v2 · maintenance only
72/100
- Activity 88
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4003
- days_rel: n/a
- days_push: 72
- n_releases_24m: 0
Adoption not part of the score
1537 stars · 131 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Walkdir is a cross-platform Rust library for efficiently walking a directory tree recursively. It supports following symbolic links, controlling open file descriptor counts, and pruning entries via iterator adapters.
Use cases
- recursively list all files in a directory tree in Rust
- find files matching a pattern across nested directories
- skip hidden files while walking a directory efficiently
- traverse directories following symbolic links
- limit open file descriptors during deep directory traversal
- build a custom file search tool like find
When to choose
- you need fast, idiomatic recursive directory iteration in Rust
- you want fine-grained control over traversal (symlinks, depth, pruning, error handling)
- performance comparable to find/nftw matters
When to avoid
- you need async directory walking
- you only need a one-off shell script where find suffices
- you need glob-based matching built in (use the glob crate alongside)
Facets
library · maturity stable
file-system developer-tools developer-tools files rust cross-platform windows directory-walker iterator filesystem-traversal symlinks command-line linux macos
2 sources
- readme: https://github.com/BurntSushi/walkdir · fetched 2026-08-28 · 0ae38bfd4af5
- registry_crates: https://crates.io/api/v1/crates/walkdir · fetched 2026-08-29 · 32366a69e886
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| BurntSushi/walkdir | main | 72 |
For agents
markdown · JSON · MCP: product_card(name="BurntSushi/walkdir")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem