Crate vtcode_indexer

Crate vtcode_indexer 

Source
Expand description

Workspace-friendly file indexer extracted from VTCode.

vtcode-indexer offers a lightweight alternative to heavyweight search/indexing stacks. It recursively walks a workspace, computes hashes, and stores per-file metadata in Markdown-friendly summaries so changes remain easy to audit in git.

Structsยง

FileIndex
Simple file index entry.
SearchResult
Simple search result.
SimpleIndexer
Simple file indexer.
SimpleIndexerConfig
Configuration for SimpleIndexer.