cardamon 0.0.2

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

pub use super::iteration::Entity as Iteration;
pub use super::metrics::Entity as Metrics;
pub use super::run::Entity as Run;