Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviate-labs/uuid.mo
UUID Generator for Motoko
https://github.com/aviate-labs/uuid.mo
Last synced: 21 days ago
JSON representation
UUID Generator for Motoko
- Host: GitHub
- URL: https://github.com/aviate-labs/uuid.mo
- Owner: aviate-labs
- License: apache-2.0
- Created: 2021-08-27T16:55:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-16T17:07:47.000Z (about 2 years ago)
- Last Synced: 2024-11-30T14:43:07.967Z (22 days ago)
- Language: Motoko
- Size: 18.6 KB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-motoko - motoko-UUID - Generation of UUIDs based on RFC 4122. (Libraries / Encoding)
README
# UUID
Generation of UUIDs based on [RFC 4122](https://datatracker.ietf.org/doc/html/rfc4122).
## Usage
```motoko
// import Source uuid/async/SourceV4
// import UUID uuid/UUIDlet g = Source.Source();
UUID.toText(await g.new());
// F253F1F0-2885-169F-169F-2885F253F1F0
```---
This library was incentivized by [ICDevs](https://ICDevs.org). You can view more about the bounty on the [forum](https://forum.dfinity.org/t/icdevs-org-bounty-4-uuid-motoko-library/8648) or [website](https://icdevs.org/bounties/2021/11/17/UUID-motoko-library.html). The bounty was funded by The Dragginz Team and the award was graciously donated by [di-wu](https://github.com/di-wu) to the treasury of ICDevs.org so that we could pursue more bounties. If you use this library and gain value from it, please consider a [donation](https://icdevs.org/donations.html) to ICDevs.