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