auto-cpufreq 3.0.0-rust2

Automatic CPU speed & power optimizer for Linux
Documentation
1
2
3
4
5
6
7
// src/config/mod.rs

pub mod config;
pub mod config_event_handler;

pub use config::{Config, find_config_file, CONFIG};
pub use config_event_handler::ConfigEventHandler;