stybulate
stybulate copied to clipboard
Tabulate with Style
**Describe the bug** Formatting a cell containing some unicode escape characters causes a panic **To Reproduce** ``` fn main() { use stybulate::{Cell, Table, Style}; //let s = "foo \u{1b} bar";...
**Describe the bug** Hi I am running this inside of a tokio thread. So it is async. It works when I dont create Cells inside of a for loop over...
automatically wrap text in some columns so that the table width does not exceed some limit
automatically increase the width of some columns to force the table to be of exact width