Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lost22git/nim_uuid7
uuidv7 for nim lang
https://github.com/lost22git/nim_uuid7
nim nim-lang uuid7
Last synced: about 1 month ago
JSON representation
uuidv7 for nim lang
- Host: GitHub
- URL: https://github.com/lost22git/nim_uuid7
- Owner: lost22git
- Created: 2024-04-29T17:06:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T09:42:28.000Z (6 months ago)
- Last Synced: 2024-07-10T11:42:53.176Z (6 months ago)
- Topics: nim, nim-lang, uuid7
- Language: Nim
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uuid7 for Nim lang
[API DOC](https://lost22git.github.io/nim_uuid7/uuid7.html)
## Resources
- [uuid7 draft](https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-04#section-5.2)
- [uuid rust](https://github.com/uuid-rs/uuid/blob/main/src/v7.rs)## Run tests
```sh
nimble test
```## Run bench
```sh
nimble bench
```