notify
notify copied to clipboard
🔭 Cross-platform filesystem notification library for Rust.
#### System details - OS/Platform name and version: Macos Ventura 13.4.1 (22F82), M1 - Rust version (if building from source): `rustc --version`: rustc 1.81.0 (eeb90cda1 2024-09-04) - Notify version (or...
#### System details - OS/Platform name and version: `FreeBSD freebsd 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64` (running under QEMU) - Rust version (if building from source): `rustc --version`: `rustc 1.81.0...
Hello, not reporting this as a bug as I am new to this library and may be missing something myself. I am trying to use notify on iOS, using RecommendedWatcher...
I've been toying with an (e)BPF filesystem watcher, [here](https://github.com/e-dant/bpf-fs-events). It was made out of some frustration with the filesystem watchers available on Linux. Namely: - Both inotify and fanotify can...
Thanks for the `file-id` crate, it looks like a great abstraction over the Windows/Unix split to help identify files by their `(volume_id, file_id)` tuple via a single api. Just to...
#### System details - OS/Platform name and version: Linux, Fedora 40, Kernel 6.8 - Rust version (if building from source): `rustc --version`: rustc 1.80.0 (051478957 2024-07-21) - Notify version (or...
The feature controlling the usage of `crossbeam_channel` is not `crossbeam`. This has been incorrect since it was made optional in be6ef8a1.