Skip to main contentModule file_watcher
Source - 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
- FileWatchEvent
- Events that can occur during file watching
- FileFilter
- Trait for filtering which files should be watched
- 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