1#![cfg(target_os = "macos")] 2#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))] 3 4pub mod core_foundation; 5mod fsevent; 6 7pub use fsevent::*;