Notify Debouncer Full
A debouncer for notify that is optimized for ease of use.
- Only emits a single
Renameevent if the renameFromandToevents can be matched - Merges multiple
Renameevents - Takes
Renameevents into account and updates paths for events that occurred before the rename event, but which haven't been emitted, yet - Optionally keeps track of the file system IDs all files and stitches rename events together (FSevents, Windows)
- Emits only one
Removeevent when deleting a directory (inotify) - Doesn't emit duplicate create events
- Doesn't emit
Modifyevents after aCreateevent
Features
-
crossbeam-channelpassed down to notify, off by default -
flumepassed down to notify, off by default -
serialization-compat-6passed down to notify, off by default