blob: 07b9b5187eb8c4bf4a561c81599b08e05e8aaae3 [file] [log] [blame] [edit]
#![cfg(target_os = "macos")]
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
pub mod core_foundation;
mod fsevent;
pub use fsevent::*;