On Sunday, 8 December 2019 at 08:01:32 UTC, Soulsbane wrote:
Been playing with Golang lately and it has quite a few modules
for terminal tables. For example this one:
github.com/brettski/go-termtables.
Is there a D equivalent package? Can't seem to find any via
search(which by the ways seems to give bad results or I just
can't find the right word to search with).
Thanks!
This exists and was updated as recently as the first of December:
https://code.dlang.org/packages/asciitable
I don't see any other dub packages that look related.