A debouncer for [notify] that is optimized for ease of use.
Rename
event if the rename From
and To
events can be matchedRename
eventsRemove
event when deleting a directory (inotify)Modify
events after a Create
eventcrossbeam
enabled by default, for crossbeam channel support.
This may create problems used in tokio environments. See #380.
Use someting like the following to disable it.
toml
notify-debouncer-full = { version = "*", default-features = false }
This also passes through to notify as crossbeam-channel
feature.
serde
for serde support of event types, off by default