A ULID implementation in Nim!
Go to file
Yu Vitaqua fer Chronos 14433a793b
Add workflow
2023-10-07 22:43:16 +01:00
.github/workflows Add workflow 2023-10-07 22:43:16 +01:00
src Minor patch for far future proofing 2023-09-03 04:52:43 +01:00
tests Implement binary format, allow for conversion to int128, and allow for custom timestamps to be set 2023-09-03 03:07:31 +01:00
.gitignore Add gitignore 2023-09-02 01:07:04 +01:00
nulid.nimble Minor patch for far future proofing 2023-09-03 04:52:43 +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