Expand description
Module contains a list of configs for varios tables/grids.
Structs§
- Border
- Border is a representation of a cells’s borders (left, right, top, bottom, and the corners)
- Borders
- Borders represents a Table frame with horizontal and vertical split lines.
- Color
Map - A colors structure for
ColoredConfig
. - Colored
Config - A spanned configuration plus colors for cells.
- Compact
Config - This structure represents a settings of a grid.
- Compact
Multiline Config - A
CompactConfig
based configuration plus vertical alignment and formatting options. - Entity
Iterator - An iterator over cells.
- Entity
Map - A structure to keep information for
Entity
as a key. - Formatting
- Formatting represent a logic of formatting of a cell text.
- Horizontal
Line - A structure for a custom horizontal line.
- Indent
- Indent represent a filled space.
- Position
- Position is a (row, col) position on a Grid.
- Sides
- A structure which represents 4 box sides.
- Spanned
Config - This structure represents a settings of a grid.
- Vertical
Line - A structure for a vertical line.
Enums§
- Alignment
Horizontal AlignmentHorizontal
represents an horizontal alignment of a cell content.- Alignment
Vertical AlignmentVertical
represents an vertical alignment of a cell content.- Entity
- Entity a structure which represent a set of cells.
- Offset
- The structure represents an offset in a text.