notify
notify copied to clipboard
🔭 Cross-platform filesystem notification library for Rust.
We're not reporting issues on file/folder indexing in [filter_dir](https://github.com/notify-rs/notify/blob/1fac9caec14b00f3ef23ace38eb1d1d7d7f0e3f3/src/inotify.rs#L548) as reported in #335 This also has the opportunity to unify this function with the upcoming BSD version.
#### System details - OS/Platform name and version: Windows 10 - Rust version (if building from source): `1.46.0` - Notify version (or commit hash if building from git): `5.0.0-pre.3` -...
As part of developing #307, I realized it might be worth hiding the public fields in `Event` as part of 5.0.0. This would allow the underlying object to be extended...
#255 is related but is NOT the same thing. I have a use-case in which I want to watch my entire `$HOME`. However, due to WINE prefixes and other circumstances,...
From @matklad in https://github.com/passcod/notify/issues/175#issuecomment-463376752 > Random thought: in rust-analyzer, we've noticed that on mac we can get Crate event when the write is expected. That is, distinguishing between the *kind*...
I'm new to rust, so this may be my fault, but I can't see why. I create two debounced watchers here: https://gitlab.com/stavros/hearth/blob/master/src/main.rs#L149 I do this so I can be notified...
#### System details - Linux, CentOS 7.6, kernel 3.10.0-957.12.2.el7.ug.x86_64 (custom rebuild, with some support for GPFS) - rustc 1.34.2 (6c2484dc3 2019-05-13) - notify main brach, commit 56aac12 I use notify...
Hey folks! Have been happily using `5.0.0.pre2` for a few months now. Our use of the `notify` crate is symlink aware, so before running `read_link`, we ensure that we use...
#### System details - OS: MacOS v10.14.6 - Rust version: rustc 1.45.0 (5c1f21c3b 2020-07-13) - Notify version: v4.0.15 from crates.io - Filesystem: APFS (Encrypted) #### Description I encountered this issue...