Expand description
This crate provides a customized filesystem watcher functionalities for rolldown.
Notify is a low-level library. It’s not easy to use it directly.
Structs§
- Debounced
Poll FsWatcher - Debounced
Recommended FsWatcher - FsEvent
- A debounced event is emitted after a short delay.
- FsWatcher
Config - Noop
FsWatcher - A no-op filesystem watcher that does nothing. Used when file watching is disabled.
- Poll
FsWatcher - A non-debounced polling-based filesystem watcher that checks for file changes at regular intervals.
- Recommended
FsWatcher - Will use the ideal filesystem watcher under the hood based on the platform.
Enums§
- Recursive
Mode - Indicates whether only the provided directory or its sub-directories as well should be watched
Traits§
- FsEvent
Handler - FsWatcher
- FsWatcher
Ext - Paths
Mut - A trait for batch manipulation of watched paths.