RyanBluth/term-table-rs

Highlight `TableBuilder`

RobWalt opened this issue · 0 comments

It's really nice to see that the lib provides the Table through a TableBuilder. Since it is pretty idiomatic in Rust to use it, I think it would be cool if it would be highlighted as the default way of constructing a Table.

Possible suggestions

  • moving the TableBuilder example to the top of the README file (I actually didn't notice the TableBuilder existed because I missed it at first glance)
  • (controversial) remove any other way to construct a Table besides the TableBuilder