Expand description
Iced subscription integration for file watching
This module provides an Iced subscription that bridges file system events from the notify crate into Iced’s async message system.
Structs§
- File
Watcher Recipe - Recipe for creating file watching subscriptions
Enums§
- File
Event - Domain event for file watcher subscription output
Functions§
- watch_
files - Create a subscription that watches files and emits FileEvents
- watch_
system_ theme - Create a subscription that monitors system theme changes.