fn export_direct(reports: &HashMap<String, Reports>) -> Result<(), MemeaError>Expand description
Exports reports in human-readable table format to stdout.
This format provides a clean, formatted table showing area breakdown by component type with totals for each configuration.
§Arguments
reports- HashMap of configuration names to reports
§Returns
Ok(())- Direct export completed successfullyErr(MemeaError)- Formatting or I/O error