carbem 0.5.0

A Rust library for retrieving carbon emission values from cloud providers
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod models;

// Limit export to what is necessary
pub use client::AzureProvider;
pub use models::{
    AzureCarbonScope, AzureConfig, AzureQueryConfig, AzureReportType, AzureSortDirection,
};