Added macros Move towards using builder
Added empty table style #8
Fixes issue with ansi colors #6
Improved layout of tables in a number of different scenarios.
Derived Clone and Debug for all types Added TableBuilder to help with constructing non-mutable tables Corrected documentation typos
Switched to unicode-width from wcwidth since it has been yanked
Added options for disabling row seperators
Cleaned up code and added comments
Renamed cel::Cell to table_cell::TableCell
Fixed clippy lints
New table styles have been added
Ansi characters are now stripped off when determining string lenghts
Cell new methods now take ToString for data as opposed to Into<Cow<'data, &str>>
Actually reverted experimental usage of impl trait in cell::Cell::new, cell::Cell::new_with_alignment and cell::Cell::new_with_alignment_and_padding
Reverted experimental usage of impl trait in cell::Cell::new, cell::Cell::new_with_alignment and cell::Cell::new_with_alignment_and_padding
Added repository link to cargo.toml
Initial Release