Expand description
Output formatters
This module provides formatters for different output formats:
- table: Human-readable table format (comfy-table)
- json: JSON array format
- jsonl: JSON Lines format (streaming)
- csv: CSV format (RFC 4180)
- tsv: TSV format
Re-exports§
pub use collector::RowCollector;pub use formatter::create_formatter;pub use formatter::Formatter;