[go: up one dir, main page]

[][src]Module comfy_table::styling::presets

This module contains some styling presets for tables. Each constant has an example for the respective preset.

Constants

ASCII_BORDERS_ONLY

Just like ASCII_FULL, but without vertical/horizontal middle lines

ASCII_FULL

The default style for tables

ASCII_HORIZONTAL_BORDERS_ONLY

Just like ASCII_FULL, but without vertical/horizontal middle lines and no side borders

ASCII_NO_BORDERS

Default style without any borders

UTF8_FULL

The UTF8 enabled version of the default style for tables. Quite beautiful isn't it?

UTF8_BORDERS_ONLY

Just like the UTF8 FULL version, but without vertical/horizontal middle lines.