carbem 0.5.0

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

// Limit export to what is necessary
pub use client::IbmProvider;
pub use models::{IbmConfig, IbmGroupBy, IbmQueryConfig};