Skip to main content

Module file_watcher

Module file_watcher 

Source

Structs§

ClosureFilter
Simple closure-based file filter
FileBuffer
Represents a file’s content and metadata for tracking changes
FileWatcher
Main file watcher that can watch directories for changes

Enums§

FileWatchEvent
Events that can occur during file watching

Traits§

FileFilter
Trait for filtering which files should be watched

Functions§

create_and_start_watcher
Convenience function to create and start a file watcher, returning the event receiver
create_file_watcher
Convenience function to create a file watcher with closure-based filter