notify-debouncer-mini

Crates.ionotify-debouncer-mini
lib.rsnotify-debouncer-mini
version0.4.1
sourcesrc
created_at2022-08-14 12:33:18.341774
updated_at2023-08-21 09:32:38.511242
descriptionnotify mini debouncer for events
homepagehttps://github.com/notify-rs/notify
repositoryhttps://github.com/notify-rs/notify.git
max_upload_size
id645403
size30,841
watchmakers (github:notify-rs:watchmakers)

documentation

https://docs.rs/notify-debouncer-mini

README

Notify debouncer

ยป Docs

Tiny debouncer for notify. Filters incoming events and emits only one event per timeframe per file.

Features

  • crossbeam enabled by default, for crossbeam channel support.
    This may create problems used in tokio environments. See #380.
    Use something like the following to disable it.
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
Commit count: 761

cargo fmt