[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luauuid, Module to work with UUIDs, binding to libuuid
- From: Marc Balmer <marc@...>
- Date: Tue, 18 Jul 2017 16:34:15 +0200
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...