auto-cpufreq 3.2.4

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

pub mod app;
pub mod objects;
pub mod tray;

pub use app::ToolWindow;
pub use tray::TrayApp;