A value dumping library for quick debugging

$ luarocks install dumper

A small library for dumping lua variables quickly.
This library is typically used for quick debugging values
to the terminal where one would use `print` but want
more information about the value (like table content),
output to stderr by default (or other file handle) and
optionally time elapsed.

Versions

0.1.1-14 years ago2,342 downloads
0.1.0-15 years ago183 downloads

Dependencies

chronos >= 0.2
inspect >= 3.1.1
lua >= 5.1

Manifests