8 lines
155 B
Rust
8 lines
155 B
Rust
#![cfg(target_os = "macos")]
|
|
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]
|
|
|
|
pub mod core_foundation;
|
|
mod fsevent;
|
|
|
|
pub use fsevent::*;
|