This library is for creating formatted string tables. It honors ANSI and
Unicode characters thus you can safely use colors and other ANSI styles in
columns. This typewriter is primarily meant for command-line purposes but you
can use it for general string manipulation as well.
```rs
let column = Column::new()
let row = Row::new()
```