//! Platform Efficiency (ENT-012)
//!//! Provides platform-specific efficiency metrics for server and edge deployments.
modbudget;modedge;modplatform_type;modserver;#[cfg(test)]modtests;// Re-export all public types
pubusebudget::{BudgetViolation, WasmBudget};pubuseedge::EdgeEfficiency;pubuseplatform_type::PlatformEfficiency;pubuseserver::ServerEfficiency;