cardamon 0.2.0

Cardamon is a tool to help development teams measure the power consumption and carbon emissions of their software.
Documentation
1
2
3
4
5
6
7
//! `SeaORM` Entity, @generated by sea-orm-codegen 1.1.0

pub use super::cpu::Entity as Cpu;
pub use super::iteration::Entity as Iteration;
pub use super::metrics::Entity as Metrics;
pub use super::power_curve::Entity as PowerCurve;
pub use super::run::Entity as Run;