Expand description
File watching for hot-reload and incremental updates.
This module provides file system monitoring using the notify crate,
enabling automatic detection of code changes for incremental indexing.
Structs§
- Watcher
- File watcher for monitoring codebase changes.
Enums§
- Watch
Event - File system event emitted by the watcher.