Open Issues Need Help
View All on GitHub enhancement help wanted good first issue
Low-level inotify bindings for the Rust programming language
Rust
#inotify#linux#rust
Feature Request: Implement BSD support 8 days ago
enhancement help wanted
Low-level inotify bindings for the Rust programming language
Rust
#inotify#linux#rust
Add `IN_MASK_CREATE` support about 1 year ago
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