notify
notify copied to clipboard
🔭 Cross-platform filesystem notification library for Rust.
## System details - OS/Platform name and version: Mac OSX 12.3.1 - Rust version (if building from source): 1.62.1: - Notify version (or commit hash if building from git): 4.0.17...
Actually pass through the optional crossbeam dep from debouncer-mini to notify. Also verify this in CI. (Requires a manual -p call to work.)
Release 5.0!
Release candidate 2 is already 5 months in the air. Isn't is time to release it as "final" already?
#### System details I believe this one affect all environment. #### What you did ```rust //! # Dependencies //! //! ```toml //! [dependencies] //! notify = "5.0.0-pre.15" //! ``` //!...
#### System details - OS/Platform name and version: GNU/Linux Void Linux Kernel 5.10.14_1 - Rust version (if building from source): `rustc --version`: 1.48.0 - Notify version (or commit hash if...
Currently, the debouncer actually only collapses events. It would be useful if the debouncer could ignore all events until the timeout occurred, and then reported all of them at once....
This is spawned off of https://github.com/rust-analyzer/rust-analyzer/issues/734#issuecomment-463403091 On Mac OS X, I am observing that when I rename a file from "foo" to "bar" within a (recursively) watched directory, the raw-events...
More follow on to #306, what do you think about marking all the `EventKind` enum types, and child enums as `#[non_exhaustive]`? Looking at both the [fsevents flags](https://developer.apple.com/documentation/coreservices/1455361-fseventstreameventflags) and [inotify manpage](https://man7.org/linux/man-pages/man7/inotify.7.html),...
#### System details - OS/Platform name and version:Windows 10 - Rust version (if building from source): `rustc --version`:rustc 1.54.0 (a178d0322 2021-07-26) - Notify version (or commit hash if building from...
#### System details See https://github.com/samuelcolvin/watchfiles/issues/167 for initial report - OS/Platform name and version: docker running on M1 mac with the `--platform linux/amd64` flag set - Rust version (if building from...