A ULID implementation in Nim!
Go to file
2023-10-10 10:12:23 +01:00
.github/workflows Add workflow 2023-10-07 22:43:16 +01:00
src Update dep, don't use 's impl details 2023-10-10 10:12:23 +01:00
tests Add some documentation for NULID as well as minor tweaks. 2023-10-07 23:54:13 +01:00
.gitignore Fixed doc gen 2023-10-07 23:58:33 +01:00
nulid.nimble Update dep, don't use 's impl details 2023-10-10 10:12:23 +01:00
README.md Initial Commit - It works! 2023-09-02 01:04:47 +01:00

NULID

This is an implementation of the ULID spec in Nim!

Usage

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

echo nulid