darwin-metrics 0.1.5

A Rust library exposing native macOS system metrics
1
2
3
4
5
//! This module is only used to make the automock-generated MockIOKit
//! available to tests in other modules.

// Re-export the MockIOKit generated by mockall
pub use crate::hardware::iokit::MockIOKit;