lua-users home
lua-l archive

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


Hi there !

I am writing some bindings to serialize Lua tables with msgpack directly into zeroMQ's buffer. Things are looking fine except that I have some trouble with tables:

What is the "official" way to determine if a table has a hash (in C) ?

Gaspard