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: 2 months ago
JSON representation

uuidv7 for nim lang

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
```