syncable-cli 0.37.1

A Rust-based CLI that analyzes code repositories and generates Infrastructure as Code configurations
Documentation
1
2
3
4
5
6
//! Cost analysis for Kubernetes resources.
//!
//! This module provides cost estimation and trend analysis for resource waste.

// Re-export from parent module's files (temporary - will be moved here)
// These will be moved to calculator.rs, trends.rs in a future refactor