docs.rs failed to build notify-win-debouncer-full-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Win Notify Debouncer Full
A debouncer for notify-win that is optimized for ease of use.
- Only emits a single
Renameevent if the renameFromandToevents can be matched - Merges multiple
Renameevents - Takes
Renameevents into account and updates paths for events that occurred before the rename event, but which haven't been emitted, yet - Optionally keeps track of the file system IDs all files and stitches rename events together (Windows)
- Doesn't emit duplicate create events
- Doesn't emit
Modifyevents after aCreateevent
Features
-
crossbeam-channelpassed down to notify, off by default -
serialization-compat-6passed down to notify, off by default