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

179 B

NULID

This is an implementation of the ULID spec in Nim!

Usage

let gen = NULIDGenerator()
let nulid = gen.nulidSync()

echo nulid