Enums§
- Align
- ColWidth
- Column-specific width specification.
- Table
Mode - Table
Style - Truncate
Mode
Functions§
- render_
table - render_
table_ csv - Render as CSV. Minimal escaping for quotes and commas/newlines.
- render_
table_ json - Render as JSON array of objects mapping header->value. Not streaming, small tables only.
- render_
table_ markdown - Render as GitHub-flavored Markdown table.
- render_
table_ preset_ heavy_ cyan_ separators - Preset sugar: heavy borders, cyan header, separators on by default.
- render_
table_ preset_ minimal_ magenta_ grey_ zebra - Preset sugar: minimal ASCII borders, magenta header, light grey zebra rows.
- render_
table_ with - Advanced renderer allowing per-column alignment and truncation modes.
- render_
table_ with_ columns - Render with explicit per-column widths.
- render_
table_ with_ opts - Advanced renderer with options: per-column alignment/truncation, zebra stripes, and row separators.
- render_
table_ with_ opts_ styled - Styled variant: allow optional header foreground color and zebra row background color.
- write_
table_ csv - Write CSV table to a file path. Returns Result for error handling.
- write_
table_ markdown - Write Markdown table to a file path. Returns Result for error handling.