| Crates.io | crabscore-energy |
| lib.rs | crabscore-energy |
| version | 0.1.1 |
| created_at | 2025-07-12 20:17:47.89782+00 |
| updated_at | 2025-07-12 21:39:36.506124+00 |
| description | Energy monitoring for CrabScore - The Rust Efficiency Standard |
| homepage | https://github.com/timarocks/crabscore |
| repository | https://github.com/timarocks/crabscore |
| max_upload_size | |
| id | 1749646 |
| size | 73,801 |
Energy monitoring for CrabScore - The Rust Efficiency Standard.
Platform-specific energy monitoring with pluggable backends for measuring power consumption and carbon footprint of Rust applications.
use crabscore_energy::interface::EnergyMonitor;
let monitor = crabscore_energy::interface::NullMonitor;
let metrics = monitor.collect().await?;
[dependencies]
crabscore-energy = "0.1.0"
Licensed under Apache-2.0. See LICENSE for details.