6 Commits
Author SHA1 Message Date
Terts Diepraam ace2e7bf69 enable rustfmt 2022-11-19 19:01:23 +01:00
Benjamin Sago 7eea57a933 Fix right-alignment bugs 2020-04-26 18:18:54 +01:00
Benjamin Sago 575711b716 Allow user to put text between columns
This meant replacing the `separator_width` field with a `filling` field that has an enum to get the spaces back.
2015-07-12 22:48:15 +01:00
Ben S 502810a9c1 Improve docs and readme 2015-06-23 10:43:58 +01:00
Ben S b57bf4541c Separate grid creation from grid displaying
Since I wanted to add a 'display in n columns' method, the maximum width of the console would never be relevant, so this had to get moved to a parameter. The Display stuff is just a bonus.
2015-06-22 21:52:13 +01:00
Ben S 4d47879ff6 Spew comments everywhere 2015-06-22 19:07:21 +01:00