tokmd-walk
Deterministic filesystem traversal and asset discovery for tokmd.
Problem
Use this crate when you need repo file listing, license candidate detection, or file sizes without reimplementing gitignore-aware walking.
What it gives you
list_filesandlist_files_from_memfslicense_candidatesfile_sizeandfile_size_from_memfs- deterministic alphabetical ordering
git ls-filesfirst,ignorefallback second
Quick use / integration notes
[]
= { = true }
Use it for repo-local file discovery in analysis code, tests, or WASM-backed virtual filesystems.
Go deeper
Tutorial: Root README How-to: Recipes Reference: Source Explanation: Architecture