8 lines
155 B
Rust
Raw Permalink Normal View History

2024-10-16 14:15:33 +03:00
#![cfg(target_os = "macos")]
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
pub mod core_foundation;
mod fsevent;
pub use fsevent::*;