lua-users home
lua-l archive

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


If you have to work with UUIDs on Linux in C, you usually use libuuid, which is part of almost any Linux distribution.
If you want to work with UUIDs in Lua, you can use the libuuid binding found at https://github.com/arcapos/luauuid.  It provides libuuid functionality to Lua as a small module.

Oh, and I think it lacks documentation, that should be added at a later point in time...