Expand description
Output formatting helpers. Three modes:
Human— width-padded text columns / labeled rows.Tsv— tab-separated, ready forawk/cut.Json— raw GraphQL data slice.
Structs§
Enums§
Functions§
- render_
record - Render a single record as labeled rows.
- render_
table - Render a table of rows.
headers.len()must equal each row’s length. Empty input is a no-op.