A ULID implementation in Nim!
Go to file
2023-10-15 21:11:42 +01:00
.github/workflows Add workflow 2023-10-07 22:43:16 +01:00
src Edit docs to have a note about -d:nulidInsecureRandom. 2023-10-15 21:11:42 +01:00
tests Version bump, add version in docs 2023-10-12 22:43:02 +01:00
.gitignore Fixed doc gen 2023-10-07 23:58:33 +01:00
nulid.nimble Edit docs to have a note about -d:nulidInsecureRandom. 2023-10-15 21:11:42 +01:00
README.md Edit docs to have a note about -d:nulidInsecureRandom. 2023-10-15 21:11:42 +01:00

NULID

This is an implementation of the ULID spec in Nim!

Compile Flags

-d:nulidInsecureRandom: Uses std/random instead of std/sysrand.

Usage

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

echo nulid