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§
- FsEvent
- A filesystem event emitted by a watcher backend.
- FsWatcher
- The filesystem watcher used by Rolldown.
- FsWatcher
Config
Enums§
- FsChange
Kind - Rolldown-level change kind produced from a notify event.
- Recursive
Mode - Indicates whether only the provided directory or its sub-directories as well should be watched
Traits§
- FsEvent
Handler - Paths
Mut - A trait for batch manipulation of watched paths.
Functions§
- map_
notify_ event - Map a notify event to
(path, kind)pairs.