Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tieske/uuid
- Owner: Tieske
- License: other
- Created: 2013-04-28T11:42:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T23:02:12.000Z (2 months ago)
- Last Synced: 2024-10-14T00:16:04.218Z (2 months ago)
- Language: Lua
- Homepage: https://tieske.github.io/uuid/
- Size: 105 KB
- Stars: 137
- Watchers: 11
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)