Expand description
A library to create formatted plain-text tables.
See to_grid
(High Level API) or GridBuilder
(Low Level API) for details.
Macros§
- Create
Cells
for float numbers via runtime expression interpolation.
Structs§
- Implementation of
RawCell
that can specify styles. - Cell`s style.
- Used to define columns.
- Column’s style.
CellsSchema
implementation that useCells
.- GridDeprecatedA builder used to create plain-text table.
- A builder used to create plain-text table.
- A builder used to create row of
GridBuilder
.
Enums§
- Horizontal alignments for cell’s content.
Traits§
- A data structure that can be formatted into cells.
- Column definitions.
- Extension trait for
CellsSchema
. - A data structure that can be formatted into a cell.
Functions§
- Create
Cell
from closure that callstd::write!
macro. - Create
CellsSchema
from closure. - Generate csv using the columns defined by
Cells
. - Generate csv using the columns defined by
CellsSchema
. - Generate a table using the columns defined by
Cells
. - Generate a table using the columns defined by
CellsSchema
.
Derive Macros§
- Derive
Cells
.