Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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