osc-cost 0.8.0

osc-cost helps measuring OUTSCALE infrastructure costs
Documentation
1
2
3
4
5
6
7
8
use osc_cost::core::Resources;

mod error;
mod ser;

pub fn ods(resources: &Resources) -> error::Result<Vec<u8>> {
    ser::to_bytes(&resources.resources)
}