Skip to main content

Module watcher

Module watcher 

Source
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§

WatchEvent
File system event emitted by the watcher.