Expand description
Table rendering utilities. Table rendering utilities for TUI
Supports multiple rendering strategies via trait.
Structs§
- Pulldown
Renderer - Renders tables using pulldown-cmark parsing
Traits§
- Table
Renderer - Trait for table rendering strategies
Functions§
- is_
table_ line - Check if a line could be part of a table (contains |)
- is_
table_ separator - Check if a line is a table separator (|—|—|)
- render_
table - Render a table using PulldownRenderer