[][src]Module comfy_table::style

Modules

modifiers

This module contains some constants, which can be used to modify certain parts of a preset.
For instance, the UTF8_ROUND_CORNERS modifies all corners to be round UTF8 box corners.

presets

This module contains some styling presets for tables. Every preset has an example. \

Enums

Attribute

Reexport for important crossterm enums Represents an attribute.

CellAlignment

This can be set on columns and cells.

Color

Reexport for important crossterm enums Represents a color.

ColumnConstraint

Constraints can be added to (columns)crate::Column.
They allow some control over the automatic content arrangement process. \

ContentArrangement

Specify how comfy_table should arrange the content in your table.

TableComponent

All configurable table components. A character can be assigned to each component via Table::set_style. This is then used to draw character of the respective component to the commandline.