auto-cpufreq 3.1.7

Automatic CPU speed & power optimizer for Linux
Documentation
1
2
3
4
5
6
pub mod system_info;
pub mod system_monitor;

// Re-export commonly used items
pub use system_info::*;
pub use system_monitor::*;