Tiny debouncer for [notify]. Filters incoming events and emits only one event per timeframe per file.
crossbeam
enabled by default, for crossbeam channel support. toml
notify-debouncer-mini = { version = "*", default-features = false }
This also passes through to notify as crossbeam-channel
feature.serde
for serde support of event types, off by default