zhiburt / tabled

An easy to use library for pretty print tables of Rust structs and enums.
MIT License
2.01k stars 84 forks source link

Add a comprehensive `TextStyle` type. #335

Open zhiburt opened 1 year ago

zhiburt commented 1 year ago

It's necessary to create a text style CellOption/TableOption, like Color but add options like italic etc.

Ideally we would need to add a conversion into StaticColor. It's certainly possible but not sure if there's a better approach then a big IF/ELSE block.