updated docs for release

This commit is contained in:
2026-02-26 17:17:57 +01:00
parent 667d94af7a
commit f4656619be
10 changed files with 335 additions and 81 deletions

View File

@@ -1,3 +1,9 @@
//! # ember-tune: A physically-grounded thermal and power optimizer for Linux.
//!
//! This crate provides the core library for `ember-tune`, a tool that
//! scientifically determines the optimal power and thermal settings for laptops
//! by measuring physical properties like Thermal Resistance and the "Silicon Knee".
pub mod mediator;
pub mod sal;
pub mod load;