Low-level inotify bindings for the Rust programming language

inotify linux rust
1 Open Issue Need Help Last updated: Jun 5, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement support for the `IN_MASK_CREATE` flag in the `inotify-sys` Rust crate. This involves adding the flag to the crate's bindings and ensuring it functions correctly with the `inotify_add_watch` system call. The goal is to allow users to create inotify watches only if a watch for the given path doesn't already exist, preventing unintended modification of existing watch masks.

Complexity: 4/5
enhancement help wanted

Low-level inotify bindings for the Rust programming language

Rust
#inotify#linux#rust