Crates.io | notify-debouncer-full |
lib.rs | notify-debouncer-full |
version | 0.4.0 |
source | src |
created_at | 2023-05-17 00:13:51.925415 |
updated_at | 2024-10-25 16:54:20.959178 |
description | notify event debouncer optimized for ease of use |
homepage | https://github.com/notify-rs/notify |
repository | https://github.com/notify-rs/notify.git |
max_upload_size | |
id | 866454 |
size | 87,275 |
A debouncer for notify that is optimized for ease of use.
Rename
event if the rename From
and To
events can be matchedRename
eventsRename
events into account and updates paths for events that occurred before the rename event, but which haven't been emitted, yetRemove
event when deleting a directory (inotify)Modify
events after a Create
eventcrossbeam-channel
passed down to notify, off by default
serialization-compat-6
passed down to notify, off by default