-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# Notify debouncer | ||
|
||
[![» Docs](https://flat.badgen.net/badge/api/docs.rs/df3600)][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](https://github.com/notify-rs/notify/issues/380). | ||
Use someting like `notify-debouncer-mini = { version = "*", default-features = false }` to disable it. | ||
- `serde` for serde support of event types, off by default | ||
- `serde` for serde support of event types, off by default | ||
|
||
[docs]: https://docs.rs/notify/0.1/notify-debouncer-mini/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters