crabscore-cost
Cost metrics collection for CrabScore - The Rust Efficiency Standard.
Overview
Infrastructure and operational cost calculation with pluggable providers for cloud services, development resources, and maintenance expenses.
Features
- Cost Provider Interface: Extensible provider system
- Static Provider: JSON-based cost configuration
- Infrastructure Costs: Cloud, hosting, and compute expenses
- Operational Costs: Monitoring, logging, and maintenance
- Development Costs: Engineering time and resources
- Async Interface: Non-blocking cost calculations
Usage
use ;
let provider = new;
let metrics = provider.collect.await?;
Installation
[]
= "0.1.0"
License
Licensed under Apache-2.0. See LICENSE for details.