Skip to content

mars/lua-uuid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua_uuid

Lua library that generate UUIDs leveraging libuuid.

Usage

To generate a new UUID string:

local uuid = require "lua_uuid"
local uuid_str = uuid()

print("New UUID: "..uuid_str)

About

Lua library to generate UUIDs leveraging libuuid

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 44.3%
  • C 39.5%
  • Lua 16.2%