mirror of
https://github.com/Yu-Vitaqua-fer-Chronos/NULID.git
synced 2025-07-23 04:50:54 +00:00
12 lines
179 B
Markdown
12 lines
179 B
Markdown
# 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
|
|
```
|