fsevent-sys 5.2.0

Rust bindings to the fsevent macOS API for file changes notifications
Documentation
1
2
3
4
5
#![cfg(target_os = "macos")]
#![deprecated = "deprecated in favour of the `objc2-core-services` crate"]

mod fsevent;
pub use fsevent::*;