comfy_table::presets

Constant UTF8_FULL_CONDENSED

Source
pub const UTF8_FULL_CONDENSED: &str = "││──╞═╪╡┆    ┬┴┌┐└┘";
Expand description

Default UTF8 style, but without dividers between rows.

┌───────┬───────┐
│ Hello ┆ there │
╞═══════╪═══════╡
│ a     ┆ b     │
│ c     ┆ d     │
└───────┴───────┘