notify-win 0.1.3

Windows filesystem notification library
Documentation
# Win Notify


[![» Crate](https://flat.badgen.net/crates/v/notify-win)][crate]
[![» Docs](https://flat.badgen.net/badge/api/docs.rs/df3600)][notify-win-docs]
[![» Downloads](https://flat.badgen.net/crates/d/notify-win)][crate]
[![» Public Domain](https://flat.badgen.net/badge/license/CC0-1.0/purple)][cc0]

_Windows filesystem notification library for Rust._

Fork of [notify][original]

- [Notify Documentation][notify-win-docs]
- Minimum supported Rust version: **1.77**

## Platforms


- Windows: ReadDirectoryChangesW
- All platforms: polling

## License


notify-win is licensed under the [CC Zero 1.0][cc0].

win-file-id is licensed under the [MIT] or [Apache-2.0][apache] license.

[cc0]: ./notify-win/LICENSE-CC0
[MIT]: ./win-file-id/LICENSE-MIT
[apache]: ./win-file-id/LICENSE-APACHE
[notify-win-docs]: https://docs.rs/notify-win/latest/notify-win/
[crate]: https://crates.io/crates/notify-win
[original]: https://github.com/notify-rs/notify