Crates.io | notify-debouncer-mini |
lib.rs | notify-debouncer-mini |
version | 0.5.0 |
source | src |
created_at | 2022-08-14 12:33:18.341774 |
updated_at | 2024-10-25 16:54:12.323005 |
description | notify mini debouncer for events |
homepage | https://github.com/notify-rs/notify |
repository | https://github.com/notify-rs/notify.git |
max_upload_size | |
id | 645403 |
size | 29,832 |
Tiny debouncer for notify. Filters incoming events and emits only one event per timeframe per file.
crossbeam-channel
passed down to notify, off by default
serde
for serde support of event types, off by default
serialization-compat-6
passed down to notify, off by default