//! Scaphandre per-process RAPL power scraper (opt-in, daemon only).
//!
//! Scrapes a Prometheus `/metrics` endpoint and provides measured
//! per-service energy-per-op coefficients to the scoring stage.
//! See `docs/design/05-GREENOPS-AND-CARBON.md` for architecture details.
// Public re-exports for daemon and config code.
pub use ScaphandreConfig;
pub use spawn_scraper;
pub use ;