NULID/README.md
Mythical Forest Collective e2cff605ee Initial Commit - It works!
2023-09-02 01:04:47 +01:00

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