Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tieske/uuid

A pure Lua uuid generator (modified from a Rackspace module)
https://github.com/tieske/uuid

Last synced: 2 days ago
JSON representation

A pure Lua uuid generator (modified from a Rackspace module)

Awesome Lists containing this project

README

        

[![Unix build](https://img.shields.io/github/actions/workflow/status/Tieske/uuid/unix_build.yml?branch=master&label=Unix%20build&logo=linux)](https://github.com/Tieske/uuid/actions/workflows/unix_build.yml)
[![Coveralls code coverage](https://img.shields.io/coveralls/github/Tieske/uuid?logo=coveralls)](https://coveralls.io/github/Tieske/uuid)
[![Lint](https://github.com/Tieske/uuid/workflows/Lint/badge.svg)](https://github.com/Tieske/uuid/actions/workflows/lint.yml)
[![SemVer](https://img.shields.io/github/v/tag/Tieske/uuid?color=brightgreen&label=SemVer&logo=semver&sort=semver)](CHANGELOG.md)

# uuid

Generates uuids in pure Lua, but requires a
good random generator/seed or a unique string. Please check the documentation.

## License and copyright

See [LICENSE.md](LICENSE.md)

## Documentation

See [online documentation](https://Tieske.github.io/uuid/)

## Changelog & Versioning

See [CHANGELOG.md](CHANGELOG.md)