| Crates.io | notify-types |
| lib.rs | notify-types |
| version | 2.0.0 |
| created_at | 2024-10-25 16:53:56.145963+00 |
| updated_at | 2025-01-10 14:34:37.360416+00 |
| description | Types used by the notify crate |
| homepage | https://github.com/notify-rs/notify |
| repository | https://github.com/notify-rs/notify.git |
| max_upload_size | |
| id | 1422726 |
| size | 52,708 |
Cross-platform filesystem notification library for Rust.
As used by: alacritty, cargo watch, cobalt, deno, docket, mdBook, rust-analyzer, watchexec, watchfiles, xi-editor, and others.
(Looking for desktop notifications instead? Have a look at notify-rust or alert-after!)
notify is licensed under the CC Zero 1.0.
notify-types is licensed under the MIT or Apache-2.0 license.
notify-debouncer-mini is licensed under the MIT or Apache-2.0 license.
notify-debouncer-full is licensed under the MIT or Apache-2.0 license.
file-id is licensed under the MIT or Apache-2.0 license.
Inspired by Go's fsnotify and Node.js's Chokidar, born out of need for cargo watch, and general frustration at the non-existence of C/Rust cross-platform notify libraries.
Originally created by Félix Saparelli and awesome contributors.