[go: up one dir, main page]

comfy-table 0.0.3

A easy to use, automatically wrapping and highly configurable commandline table builder library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// A modifier, that when applied will convert the outer corners to round corners.
/// ```text
/// ╭───────┬───────╮
/// │ Hello │ there │
/// ╞═══════╪═══════╡
/// │ a     ┆ b     │
/// ├╌╌╌╌╌╌╌┼╌╌╌╌╌╌╌┤
/// │ c     ┆ d     │
/// ╰───────┴───────╯
/// ```
pub const UTF8_ROUND_CORNERS: &str = "               ╭╮╰╯";