1//! macOS-specific extensions. 2//! 3//! Available only for `cfg(target_os = "windows")` 4 5mod stats; 6 7pub use self::stats::*;