{"adoption": {"forks": 131, "observed_at": "2026-08-28T04:05:00.115523+00:00", "stars": 1537}, "canonical_url": "https://ross.abutalabs.com/products/walkdir", "card": {"archived": false, "artifact_type": "library", "description": "Rust library for walking directories recursively.", "domain": ["developer-tools", "files"], "enriched": true, "function": ["file-system", "developer-tools"], "health_score": 73, "homepage": null, "language": "Rust", "license": "Unlicense", "license_family": "permissive", "maturity": "stable", "member_repos": ["BurntSushi/walkdir"], "name": "BurntSushi/walkdir", "platform": ["rust", "cross-platform", "windows"], "pushed_at": "2026-06-23T00:21:46+00:00", "repo": "BurntSushi/walkdir", "stars": 1537, "tags": ["directory-walker", "iterator", "filesystem-traversal", "symlinks", "command-line", "linux", "macos"], "topics": [], "urls": [], "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"], "what_it_is": "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.", "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)"], "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"]}, "data_as_of": "2026-08-30T08:39:29.467469+00:00", "members": [{"path": "/products/walkdir", "repo": "BurntSushi/walkdir", "role": "main", "score": 72}], "provenance": {"archived": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "artifact_type": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "description": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "domain": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "enriched": {"inputs": [], "kind": "computed", "method": "enrichment_status"}, "function": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "health_score": {"inputs": ["days_since_push", "days_since_release", "archived"], "kind": "computed", "method": "health_v1"}, "homepage": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "language": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "license": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "license_family": {"inputs": ["license"], "kind": "computed", "method": "license_family"}, "maturity": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "member_repos": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "name": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "platform": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "pushed_at": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "repo": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "stars": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "tags": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "topics": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "urls": {"kind": "observed", "observed_at": "2026-08-28T04:05:00.115523+00:00", "source": "github"}, "use_cases": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "what_it_is": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "when_to_avoid": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}, "when_to_choose": {"confidence": null, "enriched_at": "2026-08-30T04:30:59.200001+00:00", "kind": "inferred", "prompt_version": 1, "sources": [{"content_hash": "0ae38bfd4af5848ed3c011547eccd14158d9336bd6ccbf408b5935d1a4364438", "fetched_at": "2026-08-28T04:05:00.115523+00:00", "kind": "readme", "missing": false, "url": "https://github.com/BurntSushi/walkdir"}, {"content_hash": "32366a69e886e53b75cca96f7cc0be208aacc28f1ab6f2f174c47817ad5a51bb", "fetched_at": "2026-08-29T11:32:37.809982+00:00", "kind": "registry_crates", "missing": false, "url": "https://crates.io/api/v1/crates/walkdir"}], "taxonomy_version": 1}}, "score": {"components": {"activity": 88, "longevity": 100, "rhythm": 35}, "computed_at": "2026-09-03T02:20:16.233290+00:00", "flags": ["no_releases"], "formula": "round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)", "inputs": {"age_days": 4003, "days_push": 72, "days_rel": null, "gap_med": null, "n_releases_24m": 0}, "score": 72, "version": 2}, "staleness": {"enrichment_outdated": false, "low_confidence": false, "scrape_days": 9, "stale_scrape": false}}