NULID/README.md

12 lines
179 B
Markdown
Raw Normal View History

2023-09-02 00:04:47 +00:00
# NULID
This is an implementation of the [ULID](https://github.com/ulid/spec)
spec in Nim!
## Usage
```nim
let gen = NULIDGenerator()
let nulid = gen.nulidSync()
echo nulid
```