lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Lua Community,

For my first Lua library, I have been working on a wrapper around the
excellent libfort C library https://github.com/seleznevae/libfort.
libfort is a cross-platform library that creates formatted tables.
There are still a few tweaks coming before stabilizing to v1,
including making rows and columns 1-index to follow lua conventions.
Feedback would be appreciated.

I've been shocked to not find any table formatting lua package in the
wild before this -- does anyone know of one?

Github:
https://github.com/nathanrpage97/lua-fort

Documentation:
https://nathanrpage97.github.io/lua-fort/v0.2.0

It is also available on luarocks.

Thanks,
Nathan Page