1
2
3
4
5
6
#![cfg_attr(feature = "cargo-clippy", allow(unreadable_literal))]

pub mod core_foundation;
mod fsevent;

pub use fsevent::*;