fsevent_sys/
lib.rs

1#![cfg(target_os = "macos")]
2
3mod fsevent;
4pub use fsevent::*;