Constant comfy_table::presets::UTF8_FULL
source · [−]pub const UTF8_FULL: &'static str = "││──╞═╪╡┆╌┼├┤┬┴┌┐└┘";
Expand description
The UTF8 enabled version of the default style for tables.
Quite beautiful isn’t it? It’s drawn with UTF8’s box drawing characters.
┌───────┬───────┐
│ Hello ┆ there │
╞═══════╪═══════╡
│ a ┆ b │
├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
│ c ┆ d │
└───────┴───────┘