fsevent-rust icon indicating copy to clipboard operation
fsevent-rust copied to clipboard

FSEvent bindings for rust.

Results 3 fsevent-rust issues
Sort by recently updated
recently updated
newest added

Hardlink creation is not noticed. Don't know if this is a bug in fsevent/fsevent-sys, or if it's just how the Apple File System Events API works, or if there is...

Two of the tests appear to be susceptible to race conditions. With the current head of master – the tree at 8b1698e – on macOS Catalina with Rust 1.41.0, after...

This bug is related to https://github.com/notify-rs/notify/issues/240 I verified using a simple perpetual file updater that we are only receiving a single event once we release the file handle.