Skip to main content

Crate tokmd_walk

Crate tokmd_walk 

Source
Expand description

§tokmd-walk

Tier 2 (Utilities)

File listing and asset discovery utilities. Provides filesystem traversal with gitignore support for analysis workflows.

§What belongs here

  • Filesystem traversal respecting gitignore
  • License candidate detection
  • File size queries

§What does NOT belong here

  • Content scanning (use tokmd-content)
  • Git history analysis (use tokmd-git)
  • File modification

Structs§

LicenseCandidates

Functions§

file_size
file_size_from_memfs
Query a file size from an in-memory filesystem backend.
license_candidates
list_files
list_files_from_memfs
List files from an in-memory filesystem backend.