auto-cpufreq 3.2.4

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

pub mod config_event_handler;
pub mod settings;

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