[go: up one dir, main page]

[][src]Module comfy_table::styling::table

Everything about styling tables.

Structs

ComponentIter
TableStyle

This struct wraps the various styling options for a table The default style preset when using ::new is the ASCII_FULL

Enums

Component

All configurable table components. A character can be assigned to each component in the TableStyle struct. This is then used to draw character of the respective component to the commandline. Most components should be self-explanatory.

ContentArrangement