A minimal debouncer for file system events, reducing the frequency of notifications from the notify crate.
# Cargo.toml
[dependencies]
notify-debouncer-mini = "0.7.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a debouncer that batches file system events every 2 seconds.
Add notify to your Cargo.toml and ensure the 'macos_fsevent' feature is enabled for macOS.
No dependency data recorded yet.