A ULID implementation in Nim!
Go to file
Mythical Forest Collective f29c1a4678 Add gitignore
2023-09-02 01:07:04 +01:00
src Initial Commit - It works! 2023-09-02 01:04:47 +01:00
tests Add gitignore 2023-09-02 01:07:04 +01:00
.gitignore Add gitignore 2023-09-02 01:07:04 +01:00
nulid.nimble Initial Commit - It works! 2023-09-02 01:04:47 +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