Skip to main content

Module output

Module output 

Source
Expand description

Output formatting and table rendering (Visual Control principle).

Provides consistent output formatting across all entrenar tools, supporting both human-readable tables and machine-parseable JSON.

Structs§

StructuredOutput
Structured output that can be rendered as table or JSON.
Table
A formatted table for terminal output.
TableBuilder
Builder for creating tables.

Functions§

format_bytes
Format bytes as human-readable size.
format_duration
Format a duration in human-readable form.
format_number
Format a large number with commas.