Expand description
Display tables.
Structs§
- Column
- A vertical visualization of some data with a header.
- Style
- The appearance of a
Table
. - Table
- A grid-like visual representation of data distributed in columns and rows.
Traits§
Functions§
- column
- Creates a new
Column
with the given header and view function. - default
- The default style of a
Table
. - table
- Creates a new
Table
with the given columns and rows.