Skip to main content

Crate arbor_watcher

Crate arbor_watcher 

Source
Expand description

Arbor Watcher - File watching and incremental indexing

This crate handles the file system side of things:

  • Walking directories to find source files
  • Watching for changes
  • Triggering incremental re-indexing

It respects .gitignore and other ignore patterns.

Structs§

FileWatcher
Watches a directory for file changes.
IndexOptions
Options for directory indexing.
IndexResult
Result of indexing a directory.

Enums§

FileChange
Type of file change detected.

Functions§

index_directory
Indexes a directory and returns the code graph.